Merge pull request #4487 from fredj/css_cleanup
Remove fallback css color
This commit is contained in:
+2
-6
@@ -11,7 +11,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ol-scale-line {
|
.ol-scale-line {
|
||||||
background: #95b9e6;
|
|
||||||
background: rgba(0,60,136,0.3);
|
background: rgba(0,60,136,0.3);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
bottom: 8px;
|
bottom: 8px;
|
||||||
@@ -20,9 +19,9 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
.ol-scale-line-inner {
|
.ol-scale-line-inner {
|
||||||
border: 1px solid #eeeeee;
|
border: 1px solid #eee;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
color: #eeeeee;
|
color: #eee;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
@@ -47,7 +46,6 @@
|
|||||||
|
|
||||||
.ol-control {
|
.ol-control {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #eee;
|
|
||||||
background-color: rgba(255,255,255,0.4);
|
background-color: rgba(255,255,255,0.4);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
@@ -95,7 +93,6 @@
|
|||||||
height: 1.375em;
|
height: 1.375em;
|
||||||
width: 1.375em;
|
width: 1.375em;
|
||||||
line-height: .4em;
|
line-height: .4em;
|
||||||
background-color: #7b98bc;
|
|
||||||
background-color: rgba(0,60,136,0.5);
|
background-color: rgba(0,60,136,0.5);
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@@ -122,7 +119,6 @@
|
|||||||
.ol-control button:hover,
|
.ol-control button:hover,
|
||||||
.ol-control button:focus {
|
.ol-control button:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #4c6079;
|
|
||||||
background-color: rgba(0,60,136,0.7);
|
background-color: rgba(0,60,136,0.7);
|
||||||
}
|
}
|
||||||
.ol-zoom .ol-zoom-in {
|
.ol-zoom .ol-zoom-in {
|
||||||
|
|||||||
Reference in New Issue
Block a user