winstripe update from stephen horlander...
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 5.9 KiB |
@ -21,36 +21,36 @@
|
||||
margin: 0px;
|
||||
-moz-user-focus: ignore;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(0px, 20px, 20px, 0px) !important;
|
||||
-moz-image-region: rect(0px, 21px, 21px, 0px) !important;
|
||||
}
|
||||
|
||||
#uninstallButton[disabled="true"] {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(20px, 20px, 40px, 0px) !important;
|
||||
-moz-image-region: rect(21px, 21px, 42px, 0px) !important;
|
||||
}
|
||||
|
||||
#updateButton {
|
||||
margin: 0px;
|
||||
-moz-user-focus: ignore;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(0px, 40px, 20px, 20px) !important;
|
||||
-moz-image-region: rect(0px, 42px, 21px, 21px) !important;
|
||||
}
|
||||
|
||||
#updateButton[disabled="true"] {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(20px, 40px, 40px, 20px) !important;
|
||||
-moz-image-region: rect(21px, 42px, 42px, 21px) !important;
|
||||
}
|
||||
|
||||
#useThemeButton {
|
||||
margin: 0px;
|
||||
-moz-user-focus: ignore;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(0px, 60px, 20px, 40px) !important;
|
||||
-moz-image-region: rect(0px, 63px, 21px, 42px) !important;
|
||||
}
|
||||
|
||||
#useThemeButton[disabled="true"] {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
|
||||
-moz-image-region: rect(20px, 60px, 40px, 40px) !important;
|
||||
-moz-image-region: rect(21px, 63px, 42px, 42px) !important;
|
||||
}
|
||||
|
||||
#uninstallButton .button-icon, #updateButton .button-icon {
|
||||
|