convert scrollbars to new color scheme
[themes.git] / LCARStrek / global / scrollbars.css
index 0849aeafbd77ca55dba2d2c5fda4fdf440116253..b7cb5a70aa118b03e482d504601b8b961edf6e3b 100644 (file)
@@ -15,13 +15,14 @@ scrollbar {
   -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
   cursor: default;
   background-color: #000000;
   -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
   cursor: default;
   background-color: #000000;
+  border-radius: 50%;
 }
 
 /* ::::: slider ::::: */
 
 slider {
   height: 13px;
 }
 
 /* ::::: slider ::::: */
 
 slider {
   height: 13px;
-  background-color: #794900;
+  background-color: #202024;
 }
 
 slider[orient="vertical"] {
 }
 
 slider[orient="vertical"] {
@@ -42,7 +43,7 @@ scrollbarbutton {
 /* ::::: thumb ::::: */
 
 thumb {
 /* ::::: thumb ::::: */
 
 thumb {
-  background-color: #9C9CFF;
+  background-color: #A09090;
   background-image: url("chrome://global/skin/scrollbar/thumb-vert-grip.gif");
 }
 
   background-image: url("chrome://global/skin/scrollbar/thumb-vert-grip.gif");
 }
 
@@ -71,7 +72,7 @@ thumb[orient="horizontal"][disabled="true"] {
 /* ::::: scrollbar button ::::: */
 
 scrollbarbutton {
 /* ::::: scrollbar button ::::: */
 
 scrollbarbutton {
-  background-color: #FF9F00;
+  background-color: #C09070;
 }
 
 scrollbarbutton:hover:active,
 }
 
 scrollbarbutton:hover:active,
@@ -91,7 +92,7 @@ scrollbarbutton:hover:active {
 }
 
 scrollbarbutton[disabled="true"] {
 }
 
 scrollbarbutton[disabled="true"] {
-  background-color: #8050B0 !important;
+  background-color: #402858 !important;
 }
 
 /* XXX - scrollbar.xml always grabs the OS settings and we don't want that */
 }
 
 /* XXX - scrollbar.xml always grabs the OS settings and we don't want that */