Bug 605628 - Create Android theme for URLBar endcaps [r=mbrubeck]
--HG-- rename : mobile/themes/core/images/identity-48.png => mobile/themes/core/images/identity-default-hdpi.png rename : mobile/themes/core/images/unlock-40.png => mobile/themes/core/images/unlocked-hdpi.png
@ -154,11 +154,12 @@ toolbarbutton.urlbar-button {
|
||||
-moz-box-flex: 1;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
background-image: url("chrome://browser/skin/images/endcap-default-bg.png");
|
||||
}
|
||||
|
||||
.urlbar-cap-button[open="true"],
|
||||
.urlbar-cap-button:hover:active {
|
||||
background-color: rgba(189,192,197,0.4);
|
||||
background-image: url("chrome://browser/skin/images/endcap-active-bg.png");
|
||||
}
|
||||
|
||||
/* left cap button --------------------------------------------------------- */
|
||||
@ -183,22 +184,21 @@ toolbarbutton.urlbar-button {
|
||||
|
||||
/* add special color */
|
||||
#identity-box[mode="verifiedIdentity"] {
|
||||
background-color: rgb(137,215,21);
|
||||
background-image: url("chrome://browser/skin/images/endcap-ssl-default-bg.png");
|
||||
}
|
||||
|
||||
#identity-box[mode="verifiedIdentity"]:hover:active,
|
||||
#identity-box[mode="verifiedIdentity"][open] {
|
||||
background-color: rgb(115,181,16);
|
||||
#identity-box[mode="verifiedIdentity"][open],
|
||||
#identity-box[mode="verifiedIdentity"]:hover:active {
|
||||
background-image: url("chrome://browser/skin/images/endcap-ssl-active-bg.png");
|
||||
}
|
||||
|
||||
/* add special color */
|
||||
#identity-box[mode="verifiedDomain"] {
|
||||
background-color: rgb(101,121,227);
|
||||
background-image: url("chrome://browser/skin/images/endcap-ev-default-bg.png");
|
||||
}
|
||||
|
||||
#identity-box[mode="verifiedDomain"]:hover:active,
|
||||
#identity-box[mode="verifiedDomain"][open] {
|
||||
background-color: rgb(86,102,189);
|
||||
#identity-box[mode="verifiedDomain"][open],
|
||||
#identity-box[mode="verifiedDomain"]:hover:active {
|
||||
background-image: url("chrome://browser/skin/images/endcap-ev-active-bg.png");
|
||||
}
|
||||
|
||||
#urlbar-throbber[loading] {
|
||||
@ -950,7 +950,15 @@ documenttab[reload="true"] > stack > .documenttab-reload {
|
||||
/* Popup Icons */
|
||||
#identity-popup-icon {
|
||||
padding: 0;
|
||||
list-style-image: url("chrome://browser/skin/images/identity-48.png");
|
||||
list-style-image: url("chrome://browser/skin/images/identity-default-hdpi.png");
|
||||
}
|
||||
|
||||
#identity-container[mode="verifiedIdentity"] > hbox > #identity-popup-icon {
|
||||
list-style-image: url("chrome://browser/skin/images/identity-ssl-hdpi.png");
|
||||
}
|
||||
|
||||
#identity-container[mode="verifiedDomain"] > hbox > #identity-popup-icon {
|
||||
list-style-image: url("chrome://browser/skin/images/identity-ev-hdpi.png");
|
||||
}
|
||||
|
||||
/* Popup Body Text */
|
||||
@ -985,12 +993,12 @@ documenttab[reload="true"] > stack > .documenttab-reload {
|
||||
}
|
||||
|
||||
#identity-popup-encryption-icon {
|
||||
list-style-image: url("chrome://browser/skin/images/unlock-40.png");
|
||||
list-style-image: url("chrome://browser/skin/images/unlocked-hdpi.png");
|
||||
}
|
||||
|
||||
#identity-container[mode="verifiedIdentity"] > hbox > vbox > #identity-popup-encryption-icon ,
|
||||
#identity-container[mode="verifiedDomain"] > hbox > vbox > #identity-popup-encryption-icon {
|
||||
list-style-image: url("chrome://browser/skin/images/lock-40.png");
|
||||
list-style-image: url("chrome://browser/skin/images/locked-hdpi.png");
|
||||
}
|
||||
|
||||
/* Page Actions, Prompt, and Context Menu popups --------------------------- */
|
||||
|
BIN
mobile/themes/core/images/endcap-active-bg.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
mobile/themes/core/images/endcap-default-bg.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
mobile/themes/core/images/endcap-ev-active-bg.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
mobile/themes/core/images/endcap-ev-default-bg.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
mobile/themes/core/images/endcap-ssl-active-bg.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
mobile/themes/core/images/endcap-ssl-default-bg.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
mobile/themes/core/images/identity-ev-hdpi.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
mobile/themes/core/images/identity-ssl-hdpi.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 876 B |
BIN
mobile/themes/core/images/locked-hdpi.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@ -38,6 +38,12 @@ chrome.jar:
|
||||
skin/images/ratings-18.png (images/ratings-18.png)
|
||||
skin/images/favicon-default-30.png (images/favicon-default-30.png)
|
||||
skin/images/star-40.png (images/star-40.png)
|
||||
skin/images/endcap-default-bg.png (images/endcap-default-bg.png)
|
||||
skin/images/endcap-active-bg.png (images/endcap-active-bg.png)
|
||||
skin/images/endcap-ev-default-bg.png (images/endcap-ev-default-bg.png)
|
||||
skin/images/endcap-ev-active-bg.png (images/endcap-ev-active-bg.png)
|
||||
skin/images/endcap-ssl-default-bg.png (images/endcap-ssl-default-bg.png)
|
||||
skin/images/endcap-ssl-active-bg.png (images/endcap-ssl-active-bg.png)
|
||||
skin/images/throbber.png (images/throbber.png)
|
||||
skin/images/navigation-magnifier-30.png (images/navigation-magnifier-30.png)
|
||||
skin/images/folder-32.png (images/folder-32.png)
|
||||
@ -89,9 +95,11 @@ chrome.jar:
|
||||
skin/images/next-active-64.png (images/next-active-64.png)
|
||||
skin/images/previous-disabled-64.png (images/previous-disabled-64.png)
|
||||
skin/images/next-disabled-64.png (images/next-disabled-64.png)
|
||||
skin/images/identity-48.png (images/identity-48.png)
|
||||
skin/images/lock-40.png (images/lock-40.png)
|
||||
skin/images/unlock-40.png (images/unlock-40.png)
|
||||
skin/images/identity-default-hdpi.png (images/identity-default-hdpi.png)
|
||||
skin/images/identity-ssl-hdpi.png (images/identity-ssl-hdpi.png)
|
||||
skin/images/identity-ev-hdpi.png (images/identity-ev-hdpi.png)
|
||||
skin/images/unlocked-hdpi.png (images/unlocked-hdpi.png)
|
||||
skin/images/locked-hdpi.png (images/locked-hdpi.png)
|
||||
skin/images/close-default-hdpi.png (images/close-default-hdpi.png)
|
||||
skin/images/close-active-hdpi.png (images/close-active-hdpi.png)
|
||||
skin/images/close-inactive-tab-hdpi.png (images/close-inactive-tab-hdpi.png)
|
||||
|