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
This commit is contained in:
webmail%kmgerich.com
2005-08-11 22:29:15 +00:00
parent 8f532dbe94
commit 9d16672eec

View File

@@ -72,3 +72,11 @@ scrollcorner {
cursor: default;
}
}
/* ::::: slider ::::: */
thumb {
background: url("chrome://global/skin/icons/thumb.png") transparent center no-repeat;
min-width: 15px;
}