Simplify css color notation

This commit is contained in:
Frederic Junod
2015-11-24 17:01:22 +01:00
parent c8e35afecb
commit f6326fcc99

View File

@@ -19,9 +19,9 @@
position: absolute;
}
.ol-scale-line-inner {
border: 1px solid #eeeeee;
border: 1px solid #eee;
border-top: none;
color: #eeeeee;
color: #eee;
font-size: 10px;
text-align: center;
margin: 1px;