make grid more visible

This commit is contained in:
Laura Klünder 2018-12-12 01:45:37 +01:00
parent a7574aff6e
commit 5248f970e4

View file

@ -743,7 +743,7 @@ body:not(.mobileclient) .leaflet-control-user-location a {
line-height: 1; line-height: 1;
font-size: 18px; font-size: 18px;
pointer-events: none; pointer-events: none;
color: rgba(0, 0, 0, 0.5); color: rgba(0, 0, 0, 0.6);
} }
.c3nav-grid-row, .c3nav-grid-column { .c3nav-grid-row, .c3nav-grid-column {
position: absolute; position: absolute;
@ -751,7 +751,7 @@ body:not(.mobileclient) .leaflet-control-user-location a {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
border-style: solid; border-style: solid;
border-color: rgba(0, 0, 0, 0.18); border-color: rgba(0, 0, 0, 0.25);
overflow:hidden; overflow:hidden;
} }
.c3nav-grid-row { .c3nav-grid-row {