forked from MapComplete/MapComplete
UI: fix small issues to OpeningHours picker, cleanup obsolete file
This commit is contained in:
parent
3ba7e57ec1
commit
e92dae92b7
6 changed files with 16 additions and 77 deletions
|
@ -44,16 +44,16 @@
|
|||
}
|
||||
|
||||
.oh-timecell.oh-timecell-5:not(.oh-timecell-half), .oh-timecell.oh-timecell-6:not(.oh-timecell-half) {
|
||||
background: repeating-linear-gradient(-65deg, var(--background-color) 0 4.8px, var(--subtle-detail-color) 7px)
|
||||
background: repeating-linear-gradient(-65deg, var(--background-color) 0 4.8px, var(--low-interaction-background) 7px)
|
||||
}
|
||||
|
||||
.oh-timecell-selected.oh-timecell-5:not(.oh-timecell-half), .oh-timecell-selected.oh-timecell-6:not(.oh-timecell-half) {
|
||||
background: repeating-linear-gradient(-65deg, var(--catch-detail-color) 0 4.8px, var(--subtle-detail-color) 7px)
|
||||
background: repeating-linear-gradient(-65deg, var(--catch-detail-color) 0 4.8px, var(--low-interaction-background) 7px)
|
||||
}
|
||||
|
||||
.oh-timecell-half {
|
||||
border-bottom: 1px solid #ddd;
|
||||
background: var(--subtle-detail-color);
|
||||
background: var(--low-interaction-background);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue