bug 94886 - scroll bars too narrow in modern theme. r=andreww, sr=hewitt.
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 73 B After Width: | Height: | Size: 73 B |
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 74 B After Width: | Height: | Size: 75 B |
Before Width: | Height: | Size: 65 B After Width: | Height: | Size: 65 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 94 B After Width: | Height: | Size: 95 B |
Before Width: | Height: | Size: 104 B After Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 73 B After Width: | Height: | Size: 73 B |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 66 B After Width: | Height: | Size: 66 B |
Before Width: | Height: | Size: 106 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 101 B After Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 73 B After Width: | Height: | Size: 74 B |
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 99 B |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 66 B After Width: | Height: | Size: 66 B |
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 72 B After Width: | Height: | Size: 73 B |
@ -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 {
|
||||
|