diff gis_gui/lib/clickmenu.css @ 248:fcb7876178d1

Reload-Button
author fknauft
date Fri, 16 Sep 2011 10:59:10 +0200
parents 7f008e782563
children
line wrap: on
line diff
--- a/gis_gui/lib/clickmenu.css	Wed Sep 14 10:56:00 2011 +0200
+++ b/gis_gui/lib/clickmenu.css	Fri Sep 16 10:59:10 2011 +0200
@@ -28,7 +28,7 @@
 .clickMenu div.outerbox
 {
 	display: none;
-	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
+	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than 106px :/ */
 }
 .clickMenu div.inner
 {
@@ -90,7 +90,8 @@
 	bottom: 5px;
 	width: 5px;
 	height: 100%;
-	background: url(myshadow.png) no-repeat right top;
+	background-color: #aad;
+	/* background: url(myshadow.png) no-repeat right top; */
 }
 html>body div.shadowbox2
 {
@@ -99,7 +100,8 @@
 	right: 5px;
 	height: 5px;
 	width: 100%;
-	background: url(myshadow.png) left bottom;
+	background-color: #aad;
+	/* background: url(myshadow.png) left bottom; */
 }
 html>body div.shadowbox3
 {
@@ -108,7 +110,8 @@
 	right: 0;
 	height: 5px;
 	width: 5px;
-	background: url(myshadow.png) no-repeat right bottom;
+	background-color: #aad;
+	/* background: url(myshadow.png) no-repeat right bottom; */
 }
 html>body .innerbox
 {