Remove highlighting from map buttons
This commit is contained in:
parent
cc92afd4f0
commit
bc2415bc5d
|
@ -640,6 +640,11 @@ select.error, textarea.error, input.error {
|
||||||
background-image: url('images/alt_legend_meters.svg') !important;
|
background-image: url('images/alt_legend_meters.svg') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* remove the blue highlighting around the map buttons */
|
||||||
|
.ol-control button {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Retina 2x images */
|
/* Retina 2x images */
|
||||||
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
||||||
.settingsCloseBox {
|
.settingsCloseBox {
|
||||||
|
|
Loading…
Reference in a new issue