зеркало из https://github.com/mozilla/gecko-dev.git
fixing bug 118504 - Stop button always shows disabled image. r=racham sr=hewitt
This commit is contained in:
Родитель
1a617e483d
Коммит
1a9e1652ac
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче