mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
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:
parent
b805be553f
commit
b92936cac4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user