Bug 714456 - Fix theme of navigation-toolbox on Windows Classic. r=mconley,ui-r=mconley.

This commit is contained in:
Richard Marti 2012-01-05 16:54:09 -05:00
Родитель fe46331aac
Коммит 6ba4b69ba8
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -94,6 +94,10 @@
#navigation-toolbox:not(:-moz-lwtheme) {
background-color: rgb(207, 219, 236);
}
#navigation-toolbox:not(:-moz-lwtheme) {
background-color: rgb(227, 237, 246);
}
}
.mail-toolbox:not(:-moz-lwtheme) {
@ -347,10 +351,6 @@ toolbox[labelalign="end"] > toolbar[mode="full"] .toolbarbutton-1[type="menu"] {
-moz-appearance: -moz-win-browsertabbar-toolbox;
}
#navigation-toolbox:not(:-moz-lwtheme) {
background-color: rgb(227, 237, 246);
}
.tabmail-tabs:not(:-moz-lwtheme) {
background-color: transparent !important;
}