summaryrefslogtreecommitdiff
path: root/src/chrome/os/winnt/scrollbars.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/winnt/scrollbars.css')
-rw-r--r--src/chrome/os/winnt/scrollbars.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/os/winnt/scrollbars.css b/src/chrome/os/winnt/scrollbars.css
index 1eb6cdf..e45695e 100644
--- a/src/chrome/os/winnt/scrollbars.css
+++ b/src/chrome/os/winnt/scrollbars.css
@@ -71,12 +71,12 @@ slider[orient="vertical"] {
71/* ::::: thumb (horizontal) ::::: */ 71/* ::::: thumb (horizontal) ::::: */
72 72
73thumb { 73thumb {
74 min-height: 18px; 74 min-height: 16px;
75 border-radius: 3px; 75 border-radius: 0px;
76} 76}
77 77
78thumb[orient="horizontal"] { 78thumb[orient="horizontal"] {
79 min-width: 18px; 79 min-width: 16px;
80} 80}
81 81
82/* ::::: scrollbar button ::::: */ 82/* ::::: scrollbar button ::::: */
@@ -200,12 +200,12 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
200 /* ::::: thumb (horizontal) ::::: */ 200 /* ::::: thumb (horizontal) ::::: */
201 201
202 html|div thumb { 202 html|div thumb {
203 min-height: 18px; 203 min-height: 16px;
204 border-radius: 3px; 204 border-radius: 0px;
205 } 205 }
206 206
207 html|div thumb[orient="horizontal"] { 207 html|div thumb[orient="horizontal"] {
208 min-width: 18px; 208 min-width: 16px;
209 } 209 }
210 210
211 /* ::::: scrollbar button ::::: */ 211 /* ::::: scrollbar button ::::: */