keep up with Classic development
[themes.git] / EarlyBlue / global / scrollbars.css
index 209578d0c68b92c48c1f932cd837ff6f64ba2bfd..de2528739f9c96fd5799752423ab962b0175c6e3 100644 (file)
@@ -103,6 +103,12 @@ scrollbarbutton:hover:active {
   padding: 2px 0px 0px 2px;
 }   
 
+/* ::::: square at the corner of two scrollbars ::::: */
+
+scrollcorner {
+  background-color: #999999;
+}
+
 /* ..... increment .... */
 
 scrollbarbutton[type="increment"] {
@@ -230,4 +236,4 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
      background-image: url("chrome://global/skin/arrow/arrow-up.gif")
   }
 
-}
\ No newline at end of file
+}