Add icon for install button in themes/extensions dialog
git-svn-id: svn://10.0.0.236/trunk@166303 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 6.3 KiB |
@@ -17,6 +17,17 @@
|
||||
padding: 0px 10px 5px 10px;
|
||||
}
|
||||
|
||||
#installButton {
|
||||
margin: 0px;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(0px, 80px, 16px, 64px) !important;
|
||||
}
|
||||
|
||||
#installButton[disabled="true"] {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(16px, 80px, 32px, 64px) !important;
|
||||
}
|
||||
|
||||
#uninstallButton {
|
||||
margin: 0px;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
@@ -39,6 +50,17 @@
|
||||
-moz-image-region: rect(16px, 32px, 32px, 16px) !important;
|
||||
}
|
||||
|
||||
#optionsButton {
|
||||
margin: 0px;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(0px, 64px, 16px, 48px) !important;
|
||||
}
|
||||
|
||||
#optionsButton[disabled="true"] {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(16px, 64px, 32px, 48px) !important;
|
||||
}
|
||||
|
||||
#useThemeButton {
|
||||
margin: 0px;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
@@ -54,6 +76,7 @@
|
||||
margin: 0px 5px 0px 0px !important;
|
||||
}
|
||||
|
||||
#installButton .button-icon,
|
||||
#uninstallButton .button-icon,
|
||||
#updateButton .button-icon,
|
||||
#optionsButton .button-icon,
|
||||
|
||||
Reference in New Issue
Block a user