зеркало из https://github.com/mozilla/pjs.git
Bug 323972: the home button does not have a disabled style rule, even though the image exists, r=mconnor
This commit is contained in:
Родитель
d04de5b148
Коммит
1c5b0a9537
|
@ -317,6 +317,9 @@ toolbar[mode="full"] .toolbarbutton-menubutton-button {
|
|||
#home-button:hover {
|
||||
-moz-image-region: rect(24px 120px 48px 96px);
|
||||
}
|
||||
#home-button[disabled="true"] {
|
||||
-moz-image-region: rect(48px 120px 72px 96px);
|
||||
}
|
||||
|
||||
/* download manager button */
|
||||
|
||||
|
@ -535,6 +538,9 @@ toolbar[iconsize="small"] #home-button {
|
|||
toolbar[iconsize="small"] #home-button:hover {
|
||||
-moz-image-region: rect(16px 80px 32px 64px);
|
||||
}
|
||||
toolbar[iconsize="small"] #home-button[disabled="true"] {
|
||||
-moz-image-region: rect(32px 80px 48px 64px);
|
||||
}
|
||||
|
||||
/* download manager button */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче