updating EarlyBlue skin; should almost be 0.8 now ;-)
[themes.git] / EarlyBlue / communicator / search / search-editor.css
index 51089e771f46d995e6c4d4b33594e4f370a3127d..5d7fa5bd80254de684d377d98a221d34ca819d86 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-.up
-{
-       list-style-image:url("chrome://global/skin/scroll-up.gif");
-       min-width: 0px;
-}
-
-.up[disabled="true"]
-{
-       list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
-}
-
-.down
-{
-       min-width: 0px;
-       list-style-image:url("chrome://global/skin/scroll-down.gif");
-}
-
-.down[disabled="true"]
-{
-       list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
-}
-
 #add-button
   {
     list-style-image      : url("chrome://global/skin/scroll-right.gif");
@@ -68,4 +46,3 @@
   {
     list-style-image      : url("chrome://global/skin/scroll-left.gif");
   }
-