Bug 1227599 - Don't let styles intended for the scrollbar thumb apply to non-scrollbar thumbs. r=snorp

--HG--
extra : commitid : ATjy1lMTz0r
This commit is contained in:
Kartikaya Gupta 2016-01-12 14:55:58 -05:00
Родитель deef653f77
Коммит 7f138f5a71
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -71,7 +71,7 @@ xul|scrollbarbutton[sbattr="scrollbar-bottom-top"] {
display: none;
}
xul|thumb {
xul|scrollbar xul|thumb {
background-color: rgba(0, 0, 0, 0.4) !important;
-moz-border-top-colors: none !important;
-moz-border-bottom-colors: none !important;