@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-#sidebar-box
- {
- margin-top : 0px;
- border : none;
- background-color : #CCD0DD;
- }
+#sidebar-box {
+ margin-top: 0px;
+ border: none;
+ background-color: #CCD0DD;
+}
/* ::::: sidebar header ::::: */
-.sidebarheader-main
- {
- border: none;
- color: #CCD0DD;
- background-color: #666699;
- padding-left: 4px;
- }
+.sidebarheader-main {
+ border: none;
+ color: #CCD0DD;
+ background-color: #666699;
+ padding-left: 4px;
+}
#sidebar-panel-picker {
- -moz-box-direction: reverse;
color: inherit;
}
-#sidebar-panel-picker > .toolbarbutton-dropmarker
- {
- padding-left: 4px;
- list-style-image: url("chrome://global/skin/menu-arrow-hover.gif");
- }
-
-.sidebar-header-text
- {
- font-weight: bold;
- }
+.sidebar-header-text {
+ font-weight: bold;
+}
/* ..... close button ..... */
.sbtab-twisty {
margin: 2px 3px 0px 3px;
- list-style-image: url("chrome://global/skin/twisty-closed.gif");
+ list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
}
/*
}
.sbtab-twisty[selected="true"] {
- list-style-image: url("chrome://global/skin/twisty-open.gif");
+ list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}
/* .......... default state .......... */
-button[default="true"] {
+button[default="true"] > .button-box {
font-weight: bold;
list-style-image: url("chrome://global/skin/icons/return.gif");
-moz-box-direction: reverse;
+ padding-right: 6px;
}
-button[default="true"][disabled="true"] {
+button[default="true"][disabled="true"] > .button-box {
font-weight: bold;
list-style-image: url("chrome://global/skin/icons/return-disabled.gif");
}