keeping up with Classic, making textboxes size and look better
[themes.git] / LCARStrek / communicator / sidebar / customize.css
index 0f42c33b244ec778e29e95ec9a6abf8fc5793b51..d347b1dddb50e6eb7d356d02a22fe58284072724 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");
+.treecell-panel {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
 .treecell-panel[haslink="true"],
-treeitem[container="true"] > treerow > .treecell-panel
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
+treeitem[container="true"] > treerow > .treecell-panel {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
 }
+
 treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
-treeitem[selected="true"][container="true"] > treerow > .treecell-panel
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
+treeitem[selected="true"][container="true"] > treerow > .treecell-panel {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
 }
 
-treeitem[container="true"][open="true"] > treerow > .treecell-panel
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
+treeitem[container="true"][open="true"] > treerow > .treecell-panel {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
 }
-treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
+
+treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel {
 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
 }
 
 #header {
   list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif");
 }
 
-/*
-.tree-cell-twisty {
- display: none !important;
-}
-*/
-
 box#reorder {
   -moz-box-pack: center;
 }