bug 94886 - scroll bars too narrow in modern theme. r=andreww, sr=hewitt.

git-svn-id: svn://10.0.0.236/trunk@234631 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shliang%netscape.com
2007-09-06 21:55:56 +00:00
parent c7f0b9a94c
commit ea61fbed2c
7 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 B

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 B

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 B

After

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B

After

Width:  |  Height:  |  Size: 99 B

View File

@@ -37,14 +37,14 @@ scrollbar {
/* ::::: slider ::::: */
slider {
height: 14px;
height: 15px;
background: url("chrome://global/skin/scrollbar/slider-hrz-mid.gif") repeat-x;
}
slider[orient="vertical"] {
border-top: 0px;
border-bottom: 0px;
width: 14px;
width: 15px;
background: url("chrome://global/skin/scrollbar/slider-vrt-mid.gif") repeat-y;
}
@@ -52,7 +52,7 @@ slider[orient="vertical"] {
thumb {
-moz-binding: url("chrome://global/skin/globalBindings.xml#thumb-horizontal");
height: 14px;
height: 15px;
}
.thumb-horz-spacer-left {
@@ -102,18 +102,18 @@ thumb[orient="vertical"] {
.thumb-vert-spacer-top {
background: url("chrome://global/skin/scrollbar/thumb-vrt-top.gif") no-repeat;
height: 3px;
width: 14px;
width: 15px;
}
.thumb-vert-box-middle {
background: url("chrome://global/skin/scrollbar/thumb-vrt-mid.gif") repeat-y;
width: 14px;
width: 15px;
}
.thumb-vert-spacer-bottom {
background: url("chrome://global/skin/scrollbar/thumb-vrt-btm.gif") no-repeat;
height: 3px;
width: 14px;
width: 15px;
}
.thumb-vert-grippy {