Appearance improvements to Mac Classic scrollbars (patch by lordpixel, 67491). r=timeless sr=ben

This commit is contained in:
blakeross%telocity.com 2001-02-19 03:21:01 +00:00
parent 0b23fb653b
commit 26442923ea
9 changed files with 8 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 B

View File

@ -0,0 +1 @@
‰PNG

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 B

View File

@ -0,0 +1 @@
‰PNG

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 B

View File

@ -0,0 +1 @@
‰PNG

View File

@ -44,7 +44,7 @@ thumb {
background-color: -moz-mac-accentface;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
list-style-image: url("chrome://global/skin/scroll-thumb-horiz.gif");
list-style-image: url("chrome://global/skin/scroll-thumb-horiz.png");
}
.thumb-border {
@ -63,7 +63,7 @@ thumb:active > .thumb-border {
thumb:active {
background-color: -moz-mac-accentlightshadow;
list-style-image: url("chrome://global/skin/scroll-thumb-horiz-active.gif");
list-style-image: url("chrome://global/skin/scroll-thumb-horiz-active.png");
}
thumb[disabled="true"] {
@ -73,7 +73,7 @@ thumb[disabled="true"] {
}
thumb[align="vertical"] {
list-style-image: url("chrome://global/skin/scroll-thumb-vert.gif");
list-style-image: url("chrome://global/skin/scroll-thumb-vert.png");
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: none;
@ -82,7 +82,7 @@ thumb[align="vertical"] {
thumb[align="vertical"]:active {
background-color: -moz-mac-accentlightshadow;
list-style-image: url("chrome://global/skin/scroll-thumb-vert-active.gif");
list-style-image: url("chrome://global/skin/scroll-thumb-vert-active.png");
}
scrollbarbutton {