From 9d16672eec1ea1590f60a5f86b92d6fe71aaf6e2 Mon Sep 17 00:00:00 2001 From: "webmail%kmgerich.com" Date: Thu, 11 Aug 2005 22:29:15 +0000 Subject: [PATCH] Add thumb to XUL slider on Mac, bug 303199, a=asa git-svn-id: svn://10.0.0.236/trunk@177603 18797224-902f-48f8-a5cc-f745e15eee43 --- .../toolkit/themes/pinstripe/global/nativescrollbars.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mozilla/toolkit/themes/pinstripe/global/nativescrollbars.css b/mozilla/toolkit/themes/pinstripe/global/nativescrollbars.css index 1c1677f3e51..eac2accde26 100644 --- a/mozilla/toolkit/themes/pinstripe/global/nativescrollbars.css +++ b/mozilla/toolkit/themes/pinstripe/global/nativescrollbars.css @@ -72,3 +72,11 @@ scrollcorner { cursor: default; } } + +/* ::::: slider ::::: */ + +thumb { + background: url("chrome://global/skin/icons/thumb.png") transparent center no-repeat; + min-width: 15px; +} +