Bug 454674: re-theme navigation screen, images by Sean Martell <sean@braincreations.com> and Madhava Enros <madhava@mozilla.com>, r=mfinkle

This commit is contained in:
Gavin Sharp 2008-10-09 18:12:22 -04:00
parent a2ef74ae50
commit 7fc4c101f2
8 changed files with 88 additions and 59 deletions

View File

@ -63,3 +63,7 @@ classic.jar:
images/right_buttons.png (skin/images/right_buttons.png)
images/panel_buttons.png (skin/images/panel_buttons.png)
images/panel_background.png (skin/images/panel_background.png)
images/navigation_url_caps.png (skin/images/navigation_url_caps.png)
images/navigation_background.png (skin/images/navigation_background.png)
images/navigation_search_caps.png (skin/images/navigation_search_caps.png)
images/navigation_magnifier.png (skin/images/navigation_magnifier.png)

View File

@ -190,8 +190,7 @@ toolbarbutton.browser-control-button {
}
.tool-search {
list-style-image: url("chrome://browser/skin/images/mono-toolbar.png");
-moz-image-region: rect(0px 36px 36px 0px);
list-style-image: url("chrome://browser/skin/images/navigation_magnifier.png");
}
#toolbar-main[mode="loading"] > #urlbar-container > #urlbar-icons > #tool-go,
@ -211,6 +210,10 @@ toolbarbutton.browser-control-button {
.searchengine {
-moz-box-orient: horizontal;
color: white;
}
.searchengine > .toolbarbutton-text {
font-size: 12pt !important;
}
#urlbar-container {
@ -273,7 +276,7 @@ toolbarbutton.browser-control-button {
background: url("images/addressbar_endcap_r_on.png") transparent top left no-repeat;
}
/* URL List */
/* URL List and navigation bar */
#urllist-container {
background-color: rgba(123,125,123,0.9);
padding: 8px;
@ -288,17 +291,15 @@ toolbarbutton.browser-control-button {
list-style-image: url("chrome://browser/skin/images/close-small.png");
}
#urllist-items, .autocomplete-richlistbox {
-moz-appearance: none !important;
background-color: rgba(207,207,207,0.9);
border: 2px solid #fff !important;
-moz-border-radius: 10px;
#popup_autocomplete {
background: url(images/navigation_background.png) transparent repeat-x;
-moz-appearance: none;
padding-top: 8px !important;
}
.urllist-item {
-moz-appearance: none !important;
margin: 8px;
color: #000;
}
.urllist-image {
@ -306,11 +307,82 @@ toolbarbutton.browser-control-button {
height: 24px;
}
#urllist-search, #autocomplete_navbuttons {
/* old rules */
#urllist-items {
-moz-appearance: none !important;
background-color: rgba(207,207,207,0.9);
border: 2px solid #fff !important;
-moz-border-radius: 10px;
_moz-box-align: start;
}
/* XXX new rules that don't work
#urllist-items {
-moz-appearance: none;
}
#urllist-items,
*/
#autocomplete_navbuttons {
-moz-border-image: url(images/navigation_search_caps.png) 0 23 0 23;
border-width: 0 23px;
background-color: transparent;
margin-top: 12px;
min-height: 50px;
padding-left: -10px !important;
}
#PopupAutoCompleteRichResult {
direction: ltr !important;
}
#popup_autocomplete scrollbox {
background: rgb(46,45,45);
}
.autocomplete-richlistbox {
-moz-appearance: none !important;
-moz-border-image: url(images/navigation_url_caps.png) 25 24 25 24 stretch stretch;
border-width: 26px 25px;
border-color: transparent;
background-color: transparent;
}
.autocomplete-richlistitem {
border-bottom: 0; /* override toolkit style */
padding: 16px;
padding-top: 0px;
padding-left: 0px;
color: white;
background-color: transparent;
}
.ac-result-type-bookmark {
list-style-image: url("chrome://browser/skin/images/page-starred.png");
width: 16px;
height: 16px;
}
.ac-result-type-tag {
list-style-image: url("chrome://browser/skin/images/tag.png");
width: 16px;
height: 16px;
}
.ac-comment {
font-size: 16pt !important;
}
.ac-extra > .ac-comment {
font-size: inherit !important;
}
.ac-comment[selected="true"] {
color: inherit !important;
}
/* Hide URL box */
.ac-url-box {
display: none;
}
/* tab list */
@ -413,53 +485,6 @@ toolbarbutton.panel-button {
-moz-image-region: rect(0px 96px 48px 48px);
}
/* autocomplete */
#popup_autocomplete {
-moz-appearance: none;
background-color: rgba(207,207,207,0.9);
}
#autocomplete_navbuttons {
margin-top: 12px;
}
#PopupAutoCompleteRichResult {
direction: ltr !important;
}
.ac-result-type-bookmark {
list-style-image: url("chrome://browser/skin/images/page-starred.png");
width: 16px;
height: 16px;
}
.ac-result-type-tag {
list-style-image: url("chrome://browser/skin/images/tag.png");
width: 16px;
height: 16px;
}
.ac-comment {
font-size: 1.15em;
}
.ac-extra > .ac-comment {
font-size: inherit;
}
.ac-url-box {
display: none;
}
.ac-url-text {
color: GrayText;
}
.ac-comment[selected="true"], .ac-url-text[selected="true"] {
color: inherit !important;
}
/* find bar */
#findpanel {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 B

After

Width:  |  Height:  |  Size: 491 B

View File

@ -37,10 +37,10 @@
add_makefiles "
mobile/Makefile
mobile/app/Makefile
mobile/chrome/Makefile
mobile/chrome/branding/Makefile
mobile/chrome/content/Makefile
mobile/app/Makefile
mobile/installer/Makefile
mobile/installer/debian/changelog
mobile/installer/debian/compat