manager: use brighter green for opening hours (#24030)

This commit is contained in:
Frédéric Péters 2019-03-06 10:12:08 +01:00
parent 86e763f8cc
commit 18cca83798
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ a.timeperiod-exception-all {
&.opening-hours { &.opening-hours {
z-index: 1; z-index: 1;
background: #b1ea4d linear-gradient(135deg, #b1ea4d 0%, #459522 100%); background: #b1ea4d linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
opacity: 0.3; opacity: 0.6;
left: 0.5ex; left: 0.5ex;
width: calc(100% - 1ex); width: calc(100% - 1ex);
} }