Bug 1196150 - Use semitransparent border between toolbars and content for lightweight themes. r=gijs

This commit is contained in:
Dão Gottwald 2015-08-19 16:32:58 +02:00
parent dc58e1f99c
commit fa78791556
2 changed files with 10 additions and 2 deletions

View File

@ -61,6 +61,10 @@
background-color: ThreeDShadow;
}
#navigator-toolbox:-moz-lwtheme::after {
background-color: rgba(0,0,0,.3);
}
#navigator-toolbox > toolbar:not(:-moz-lwtheme):not(#toolbar-menubar):not(#TabsToolbar) {
-moz-appearance: none;
border-style: none;

View File

@ -107,19 +107,23 @@
@media (-moz-windows-default-theme) {
@media (-moz-os-version: windows-vista),
(-moz-os-version: windows-win7) {
#navigator-toolbox:not(:-moz-lwtheme)::after {
#navigator-toolbox::after {
background-color: #aabccf;
}
}
@media (-moz-os-version: windows-win8),
(-moz-os-version: windows-win10) {
#navigator-toolbox:not(:-moz-lwtheme)::after {
#navigator-toolbox::after {
background-color: #c2c2c2;
}
}
}
#navigator-toolbox:-moz-lwtheme::after {
background-color: rgba(0,0,0,.3);
}
#navigator-toolbox > toolbar {
-moz-appearance: none;
border-style: none;