make textbox highlight work without the regiurement of transparent border colors...
[themes.git] / EarlyBlue / global / scrollbars.css
index 3751539a2995d1f833661037b97cc2228e7c5ec9..9196847512bd82c1e800390a2de9baec6efa0023 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
-
 /* ===== scrollbars.css =================================================
   == Styles used by XUL scrollbar-related elements.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
+
 /* ::::: scrollbar ::::: */
 
 scrollbar {
@@ -104,6 +104,12 @@ scrollbarbutton[active="true"] {
   padding: 2px 0px 0px 2px;
 }
 
+/* XXX - scrollbar.xml always grabs the OS settings and we don't want that */
+scrollbarbutton[sbattr="scrollbar-up-bottom"],
+scrollbarbutton[sbattr="scrollbar-down-top"] {
+  display: none;
+}
+
 /* ::::: square at the corner of two scrollbars ::::: */
 
 scrollcorner {