fixing bug 118504 - Stop button always shows disabled image. r=racham sr=hewitt

This commit is contained in:
ssu%netscape.com 2002-01-08 05:53:26 +00:00
Родитель 1a617e483d
Коммит 1a9e1652ac
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -208,7 +208,7 @@
-moz-image-region: rect(21px 66px 41px 44px);
}
#button-stop[disabled] {
#button-stop[disabled="true"] {
-moz-image-region: rect(21px 88px 41px 66px) !important;
}

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

@ -228,7 +228,7 @@
-moz-image-region: rect(68px 149px 101px 100px);
}
#button-stop[disabled] {
#button-stop[disabled="true"] {
-moz-image-region: rect(68px 199px 101px 150px) !important;
}