Merge pull request #225 from fredj/css-cleanup

Remove CSS color workarounds.
This commit is contained in:
Frédéric Junod
2013-02-21 06:35:29 -08:00
-6
View File
@@ -5,9 +5,7 @@
color: #eeeeee; color: #eeeeee;
bottom: 0; bottom: 0;
right: 0; right: 0;
background: #130085; /* @alternate */
background: rgba(0,60,136,0.3); background: rgba(0,60,136,0.3);
filter: alpha(opacity=30);
font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif; font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
padding: 2px 4px; padding: 2px 4px;
} }
@@ -60,14 +58,10 @@
height: 22px; height: 22px;
width: 22px; width: 22px;
line-height: 19px; line-height: 19px;
background: #130085; /* @alternate */
background: rgba(0,60,136,0.5); background: rgba(0,60,136,0.5);
filter: alpha(opacity=80);
} }
.ol-zoom a:hover { .ol-zoom a:hover {
background: #130085; /* @alternate */
background: rgba(0,60,136,0.7); background: rgba(0,60,136,0.7);
filter: alpha(opacity=100);
} }
@media only screen and (max-width:600px) { @media only screen and (max-width:600px) {
.ol-zoom a:hover { .ol-zoom a:hover {