sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / LCARStrek / global / scrollbars.css
index bc13c34db8df8bdd2eb3e102f587ee961aa716ea..1dd1f581968c6e96d45dfa66630b4bce8322082b 100644 (file)
@@ -114,14 +114,17 @@ scrollbarbutton[disabled="true"] {
   background-color: #402858 !important;
 }
 
-/* XXX - scrollbar.xml always grabs the OS settings and we don't want that */
+/* XXX - override minimal-xul.css/scrollbar.xml which always grabs the OS settings and we don't want that */
 scrollbarbutton[sbattr="scrollbar-up-bottom"],
 scrollbarbutton[sbattr="scrollbar-down-top"] {
   display: none;
 }
+/* override minimal-xul.css */
 scrollbarbutton[sbattr="scrollbar-up-top"],
-scrollbarbutton[sbattr="scrollbar-down-bottom"] {
-  display: -moz-box !important;
+scrollbarbutton[sbattr="scrollbar-down-bottom"],
+scrollbarbutton[sbattr="scrollbar-up-top"]:not(:-moz-system-metric(scrollbar-start-backward)),
+scrollbarbutton[sbattr="scrollbar-down-bottom"]:not(:-moz-system-metric(scrollbar-end-forward)) {
+  display: -moz-box;
 }
 
 /* ::::: square at the corner of two scrollbars ::::: */