Backing out a CSS change (url background color set to blue) that I accidentally

introduced in work on bug 248672.

bug=336416


git-svn-id: svn://10.0.0.236/trunk@195898 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joe%retrovirus.com 2006-05-03 15:56:32 +00:00
parent 146aef07af
commit 71919baf4b

View File

@ -908,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: blue; /*#F5F6BE;*/ /* #F7F898; */
background-color: #F5F6BE; /* #F7F898; */
color: #000000;
}