Override foreground color of tabs, because -moz-menutext is too bright on Ubuntu

This commit is contained in:
YUKI Hiroshi 2013-11-20 11:30:31 +09:00
parent 5248572143
commit 25e480df61

View File

@ -105,6 +105,11 @@
box-align: stretch !important;
-moz-box-align: stretch !important;
}
#TabsToolbar:not(:-moz-lwtheme):not([treestyletab-tabbar-position="top"])
#tabbrowser-tabs
.tabbrowser-tab:not([selected]) {
color: -moz-dialogtext;
}
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
.tabbrowser-tab:not([pinned]),
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])