Bug #249955 --> port the extension mgr install button for thunderbird

to the trunk
This commit is contained in:
scott%scott-macgregor.org 2004-09-28 21:55:29 +00:00
Родитель ceb8cb57de
Коммит bf5a80f07d
2 изменённых файлов: 17 добавлений и 1 удалений

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 3.3 KiB

После

Ширина:  |  Высота:  |  Размер: 0 B

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

@ -76,7 +76,23 @@ view {
-moz-image-region: rect(52px, 96px, 78px, 64px) !important; -moz-image-region: rect(52px, 96px, 78px, 64px) !important;
} }
#uninstallButton, #updateButton, #useThemeButton { #installButton {
margin: 0px;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 128px, 26px, 96px);
}
#installButton:hover:active {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(26px, 128px, 52px, 96px);
}
#installButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(52px, 128px, 78px, 96px) !important;
}
#uninstallButton, #updateButton, #useThemeButton, #installButton {
-moz-appearance: none !important; -moz-appearance: none !important;
width: 32px !important; width: 32px !important;
max-width: 32px !important; max-width: 32px !important;