Add thumb to XUL slider on Mac, bug 303199, a=asa

This commit is contained in:
webmail%kmgerich.com 2005-08-11 22:29:16 +00:00
Родитель a5e68c5652
Коммит 1b830d8caa
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

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