#117298, little scrollbar doesn't highlight during drag and adjust normal scrollbars to also highlight the shade during drag.

r=varga, sr=hewitt
This commit is contained in:
hwaara%chello.se 2002-01-09 09:54:51 +00:00
parent b384af191f
commit 98e9d22399
2 changed files with 12 additions and 0 deletions

View File

@ -73,6 +73,14 @@ scrollbarbutton {
background: #B1BBC5 50% 50% no-repeat;
}
thumb:active {
background-color: #C2CCD6;
-moz-border-top-colors: #111111 #F5FCF3 #D4DBE3;
-moz-border-right-colors: #111111 #9FAEBE #B5BFCC;
-moz-border-bottom-colors: #111111 #9FAEBE #B5BFCC;
-moz-border-left-colors: #111111 #D5FCF3 #D4DBE3;
}
/* ::::: thumb (horizontal) ::::: */
thumb {

View File

@ -74,6 +74,10 @@ scrollbarbutton {
thumb:active {
background-color: #C2CCD6;
-moz-border-top-colors: #111111 #F5FCF3 #D4DBE3;
-moz-border-right-colors: #111111 #9FAEBE #B5BFCC;
-moz-border-bottom-colors: #111111 #9FAEBE #B5BFCC;
-moz-border-left-colors: #111111 #D5FCF3 #D4DBE3;
}
/* ::::: thumb (horizontal) ::::: */