mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 610781 - Icons and backgrounds for the app menu [r=mfinkle]
--HG-- extra : rebase_source : e676db1b03db7ae93c343caa75ad2564f1a3e23a
This commit is contained in:
parent
04e2c583a8
commit
f6fc34350b
@ -616,19 +616,19 @@
|
||||
<hbox id="appmenu" bottom="0" collapsed="true" align="stretch" oncommand="AppMenu.hide();">
|
||||
<toolbarbutton class="appmenu-button"
|
||||
label="&appMenu.siteOptions;"
|
||||
image="chrome://browser/skin/images/settings-default-64.png"
|
||||
image="chrome://browser/skin/images/appmenu-site-hdpi.png"
|
||||
oncommand="getIdentityHandler().show(); event.stopPropagation();"/>
|
||||
<toolbarbutton class="appmenu-button"
|
||||
label="&prefsHeader.label;"
|
||||
image="chrome://browser/skin/images/preferences-default-64.png"
|
||||
image="chrome://browser/skin/images/appmenu-preferences-hdpi.png"
|
||||
oncommand="BrowserUI.showPanel('prefs-container');"/>
|
||||
<toolbarbutton class="appmenu-button"
|
||||
label="&addonsHeader.label;"
|
||||
image="chrome://browser/skin/images/addons-default-64.png"
|
||||
image="chrome://browser/skin/images/appmenu-addons-hdpi.png"
|
||||
oncommand="BrowserUI.showPanel('addons-container');"/>
|
||||
<toolbarbutton class="appmenu-button"
|
||||
label="&downloadsHeader.label;"
|
||||
image="chrome://browser/skin/images/downloads-default-64.png"
|
||||
image="chrome://browser/skin/images/appmenu-downloads-hdpi.png"
|
||||
oncommand="BrowserUI.showPanel('downloads-container');"/>
|
||||
</hbox>
|
||||
</stack>
|
||||
|
@ -1502,8 +1502,8 @@ pageaction:not([image]) > hbox >.pageaction-image {
|
||||
}
|
||||
|
||||
.appmenu-button:hover:active {
|
||||
background: #ffc000;
|
||||
box-shadow: inset 1px 2px 5px #333;
|
||||
background-image: url("chrome://browser/skin/images/appmenu-active-hdpi.png");
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
#appmenu > .appmenu-button .toolbarbutton-text {
|
||||
|
BIN
mobile/themes/core/images/appmenu-active-hdpi.png
Normal file
BIN
mobile/themes/core/images/appmenu-active-hdpi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
mobile/themes/core/images/appmenu-addons-hdpi.png
Normal file
BIN
mobile/themes/core/images/appmenu-addons-hdpi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
mobile/themes/core/images/appmenu-downloads-hdpi.png
Normal file
BIN
mobile/themes/core/images/appmenu-downloads-hdpi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
mobile/themes/core/images/appmenu-preferences-hdpi.png
Normal file
BIN
mobile/themes/core/images/appmenu-preferences-hdpi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 873 B |
BIN
mobile/themes/core/images/appmenu-site-hdpi.png
Normal file
BIN
mobile/themes/core/images/appmenu-site-hdpi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
@ -16,6 +16,11 @@ chrome.jar:
|
||||
% override chrome://global/skin/about.css chrome://browser/skin/about.css
|
||||
% override chrome://global/skin/media/videocontrols.css chrome://browser/skin/touchcontrols.css
|
||||
|
||||
skin/images/appmenu-addons-hdpi.png (images/appmenu-addons-hdpi.png)
|
||||
skin/images/appmenu-active-hdpi.png (images/appmenu-active-hdpi.png)
|
||||
skin/images/appmenu-downloads-hdpi.png (images/appmenu-downloads-hdpi.png)
|
||||
skin/images/appmenu-preferences-hdpi.png (images/appmenu-preferences-hdpi.png)
|
||||
skin/images/appmenu-site-hdpi.png (images/appmenu-site-hdpi.png)
|
||||
skin/images/aboutBackground.jpg (images/aboutBackground.jpg)
|
||||
skin/images/button-bg.png (images/button-bg.png)
|
||||
skin/images/textbox-bg.png (images/textbox-bg.png)
|
||||
|
Loading…
x
Reference in New Issue
Block a user