fix font colour of inline map buttons
This commit is contained in:
parent
0f62cad9db
commit
58e5e359a9
@ -22,6 +22,7 @@
|
|||||||
.map-button .btn:hover {
|
.map-button .btn:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-button.night .btn {
|
.map-button.night .btn {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #343a40;
|
background-color: #343a40;
|
||||||
@ -125,19 +126,11 @@
|
|||||||
color: #343a40;
|
color: #343a40;
|
||||||
}
|
}
|
||||||
.map-switcher-inline.night {
|
.map-switcher-inline.night {
|
||||||
color: #d4d7da;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
.map-switcher-inline.night {
|
|
||||||
background: #FFC0CB;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #343a40;
|
|
||||||
border-color: #ff6065;
|
|
||||||
}
|
}
|
||||||
.map-switcher-inline.night .btn:hover {
|
.map-switcher-inline.night :hover {
|
||||||
color: #343a40;
|
color: #d4d7da;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border-color: #ff6065;
|
border-color: #ff6065;
|
||||||
}
|
}
|
||||||
*/
|
|
Loading…
Reference in New Issue
Block a user