Change red layer buttons to blue

This commit is contained in:
Mike Simpson 2023-05-18 11:16:18 +01:00
parent 2ae1ff4d9a
commit 6398426254

View File

@ -37,12 +37,12 @@
.map-switcher-inline.disabled-state, .map-switcher-inline.disabled-state,
.map-button.disabled-state, .map-button.disabled-state,
.map-button.disabled-state .btn{ .map-button.disabled-state .btn{
background-color: #df7474; background-color: #8c8fd9;
} }
.map-switcher-inline.night.disabled-state, .map-switcher-inline.night.disabled-state,
.map-button.night.disabled-state, .map-button.night.disabled-state,
.map-button.night.disabled-state .btn{ .map-button.night.disabled-state .btn{
background-color: #b03f3f; background-color: #333699;
} }
.map-button.enabled-state { .map-button.enabled-state {
color: #75e775; color: #75e775;