From cfa0f92e087045a0712040daa27b9d392ac3295c Mon Sep 17 00:00:00 2001 From: "reed@reedloden.com" Date: Tue, 8 Apr 2008 23:40:13 -0700 Subject: [PATCH] Bug 416061 - "Add a sprinkle of nativeness to the search bar button" (use rgba to overlay highlight) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=beltzner] --- browser/themes/gnomestripe/browser/searchbar.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/browser/themes/gnomestripe/browser/searchbar.css b/browser/themes/gnomestripe/browser/searchbar.css index d86c064bdb7..1a50722356e 100644 --- a/browser/themes/gnomestripe/browser/searchbar.css +++ b/browser/themes/gnomestripe/browser/searchbar.css @@ -27,7 +27,6 @@ min-width: 0; margin: 0; -moz-margin-end: 2px; - padding: 2px 0; border: 0; -moz-box-align: center; background-color: -moz-dialog; @@ -38,7 +37,7 @@ .searchbar-engine-button > .button-box { -moz-appearance: none; - padding: 0; + padding: 2px 0; -moz-padding-end: 2px; border: 0; } @@ -47,6 +46,10 @@ background-color: Highlight; } +.searchbar-engine-button[addengines="true"] > .button-box { + background-color: rgba(230, 230, 230, 0.3); +} + .searchbar-dropmarker-image { -moz-appearance: toolbarbutton-dropdown !important; width: 12px;