Bug 734374 - Adjust the URL and search bar border color on Aero basic & glass. r=dao

--HG--
extra : rebase_source : a7dde9c189a16c7b7fef9ce37f38d0e1638bdc20
This commit is contained in:
Joshua M 2012-03-13 23:31:29 +01:00
parent 12222d2d31
commit 6298953a79

View File

@ -66,6 +66,21 @@
-moz-linear-gradient(@customToolbarColor@, @customToolbarColor@);
}
#navigator-toolbox[tabsontop=true] #urlbar:not(:-moz-lwtheme),
#navigator-toolbox[tabsontop=true] .searchbar-textbox:not(:-moz-lwtheme) {
border-color: hsla(210,54%,20%,.25) hsla(210,54%,20%,.27) hsla(210,54%,20%,.3);
}
#navigator-toolbox[tabsontop=true] #urlbar:not(:-moz-lwtheme):not([focused]):hover,
#navigator-toolbox[tabsontop=true] .searchbar-textbox:not(:-moz-lwtheme):not([focused]):hover {
border-color: hsla(210,54%,20%,.35) hsla(210,54%,20%,.37) hsla(210,54%,20%,.4);
}
#navigator-toolbox[tabsontop=true] #urlbar:not(:-moz-lwtheme)[focused],
#navigator-toolbox[tabsontop=true] .searchbar-textbox:not(:-moz-lwtheme)[focused] {
border-color: hsla(206,100%,60%,.65) hsla(206,100%,55%,.65) hsla(206,100%,50%,.65);
}
#sidebar-splitter {
border: 0;
-moz-border-end: 1px solid #A9B7C9;