[OpenLayers-Commits] r12196 - sandbox/aabt/openlayers/theme/default
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Jul 28 07:44:08 EDT 2011
Author: aabt
Date: 2011-07-28 04:44:07 -0700 (Thu, 28 Jul 2011)
New Revision: 12196
Modified:
sandbox/aabt/openlayers/theme/default/style.css
Log:
google style zoombox
Modified: sandbox/aabt/openlayers/theme/default/style.css
===================================================================
--- sandbox/aabt/openlayers/theme/default/style.css 2011-07-27 12:05:24 UTC (rev 12195)
+++ sandbox/aabt/openlayers/theme/default/style.css 2011-07-28 11:44:07 UTC (rev 12196)
@@ -170,12 +170,12 @@
}
.olHandlerBoxZoomBox {
- border: 2px solid red;
+ border: 1px solid red;
position: absolute;
- background-color: white;
opacity: 0.50;
font-size: 1px;
filter: alpha(opacity=50);
+ outline: 1000px solid rgba(0,0,0,0.3);
}
.olHandlerBoxSelectFeature {
border: 2px solid blue;
More information about the Commits
mailing list