Bug 323972: the home button does not have a disabled style rule, even though the image exists, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-03-14 20:39:55 +00:00
Родитель d04de5b148
Коммит 1c5b0a9537
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -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 */