Add grey text to search box (when not focused) that identifies the current search engine. bug=2358968 r=gavin.sharp@gmail.com sr=ben@mozilla.org

This commit is contained in:
joe@retrovirus.com 2007-11-06 21:08:08 -08:00
parent b805be553f
commit b92936cac4

View File

@ -66,6 +66,10 @@
-moz-padding-start: 4px;
}
#searchbar[empty="true"] .searchbar-textbox {
color: GrayText;
}
/* ::::: bookmark buttons ::::: */
toolbarbutton.bookmark-item {
@ -904,7 +908,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
#urlbar[level="high"] > .autocomplete-textbox-container,
#urlbar[level="low"] > .autocomplete-textbox-container {
background-color: #F5F6BE; /* #F7F898; */
background-color: blue; /*#F5F6BE;*/ /* #F7F898; */
color: #000000;
}