mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
b=444810, r=gavin. Updates the toolbar images
This commit is contained in:
parent
af62f2e693
commit
6f5b860cad
@ -25,9 +25,9 @@ classic.jar:
|
||||
images/starred48.png (skin/images/starred48.png)
|
||||
images/throbber.png (skin/images/throbber.png)
|
||||
images/throbber.gif (skin/images/throbber.gif)
|
||||
images/toolbar.png (skin/images/toolbar.png)
|
||||
images/mono-toolbar.png (skin/images/mono-toolbar.png)
|
||||
images/toolbar-background.png (skin/images/toolbar-background.png)
|
||||
images/mono-sidebar.png (skin/images/mono-sidebar.png)
|
||||
|
||||
@AB_CD@.jar:
|
||||
% locale browser @AB_CD@ %
|
||||
|
@ -87,25 +87,28 @@ toolbarbutton[open="true"] {
|
||||
}
|
||||
|
||||
#toolbar-main {
|
||||
-moz-appearance: none;
|
||||
-moz-box-align: center;
|
||||
background: url("chrome://browser/skin/images/toolbar-background.png") repeat-x top left;
|
||||
background-image: url("chrome://browser/skin/images/toolbar-background.png");
|
||||
background-repeat: repeat-x;
|
||||
background-position: top left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
toolbarbutton.urlbar-icon-button {
|
||||
list-style-image: url("chrome://browser/skin/images/mono-toolbar.png");
|
||||
list-style-image: url("chrome://browser/skin/images/toolbar.png");
|
||||
}
|
||||
|
||||
#tool-reload {
|
||||
-moz-image-region: rect(0px 108px 36px 72px);
|
||||
-moz-image-region: rect(6px 302px 32px 275px);
|
||||
}
|
||||
|
||||
#tool-stop {
|
||||
-moz-image-region: rect(0px 216px 36px 180px);
|
||||
-moz-image-region: rect(7px 336px 32px 311px);
|
||||
}
|
||||
|
||||
#tool-go {
|
||||
-moz-image-region: rect(0px 72px 36px 36px);
|
||||
-moz-image-region: rect(7px 368px 32px 346px);
|
||||
}
|
||||
|
||||
#browser-controls {
|
||||
@ -113,33 +116,43 @@ toolbarbutton.urlbar-icon-button {
|
||||
}
|
||||
|
||||
toolbarbutton.browser-control-button {
|
||||
list-style-image: url("chrome://browser/skin/images/mono-sidebar.png");
|
||||
list-style-image: url("chrome://browser/skin/images/toolbar.png");
|
||||
}
|
||||
|
||||
#tool-star {
|
||||
-moz-image-region: rect(180px 59px 239px 0px);
|
||||
-moz-image-region: rect(2px 151px 39px 113px);
|
||||
}
|
||||
|
||||
#tool-star[starred="true"] {
|
||||
-moz-image-region: rect(120px 59px 179px 0px);
|
||||
-moz-image-region: rect(121px 151px 158px 113px);
|
||||
}
|
||||
|
||||
#tool-back {
|
||||
-moz-image-region: rect(0px 59px 59px 0px);
|
||||
padding-bottom: 0px;
|
||||
-moz-image-region: rect(0px 58px 58px 0px);
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
|
||||
#tool-back[disabled="true"] {
|
||||
-moz-image-region: rect(58px 58px 116px 0px);
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
|
||||
#tool-forward {
|
||||
-moz-image-region: rect(60px 59px 119px 0px);
|
||||
padding-top: 0px;
|
||||
-moz-image-region: rect(0px 108px 37px 60px);
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
|
||||
#tool-forward[disabled="true"] {
|
||||
-moz-image-region: rect(58px 108px 95px 60px);
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
|
||||
#tool-bookmarks {
|
||||
-moz-image-region: rect(240px 59px 299px 0px);
|
||||
-moz-image-region: rect(1px 190px 37px 160px);
|
||||
}
|
||||
|
||||
#tool-actions {
|
||||
-moz-image-region: rect(300px 59px 359px 0px);
|
||||
-moz-image-region: rect(0px 242px 45px 197px);
|
||||
}
|
||||
|
||||
#tool-search {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 746 B After Width: | Height: | Size: 675 B |
BIN
mobile/chrome/skin/images/toolbar.png
Normal file
BIN
mobile/chrome/skin/images/toolbar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user