updating EarlyBlue skin; should almost be 0.8 now ;-)
[themes.git] / EarlyBlue / communicator / sidebar / customize.css
index 0f42c33b244ec778e29e95ec9a6abf8fc5793b51..8eadb76e271d3fcbbe331784af2ba4e61142be60 100644 (file)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /*
-
    Style rules specific to the Customize dialog.
-
 */
 
-/* These rules apply appropriate images to the 'reorder' buttons */
-.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");
-}
-
 .treecell-panel
 {
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
@@ -91,12 +70,6 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-p
   list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif");
 }
 
-/*
-.tree-cell-twisty {
- display: none !important;
-}
-*/
-
 box#reorder {
   -moz-box-pack: center;
 }