зеркало из https://github.com/mozilla/pjs.git
Bug #249955 --> port the extension mgr install button for thunderbird
to the trunk
This commit is contained in:
Родитель
ceb8cb57de
Коммит
bf5a80f07d
Двоичные данные
toolkit/themes/pinstripe/mozapps/extensions/actionbuttons.png
Двоичные данные
toolkit/themes/pinstripe/mozapps/extensions/actionbuttons.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 3.3 KiB После Ширина: | Высота: | Размер: 0 B |
|
@ -76,7 +76,23 @@ view {
|
|||
-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;
|
||||
width: 32px !important;
|
||||
max-width: 32px !important;
|
||||
|
|
Загрузка…
Ссылка в новой задаче