Bug 481864 - New tab button doesn't lighten when Firefox loses focus, r=dao

This commit is contained in:
Markus Stange 2009-03-10 21:57:39 +01:00
Родитель 7b4c5d91e0
Коммит 78fa78c181
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -68,7 +68,8 @@
}
#main-window:not([active="true"]) > #navigator-toolbox > toolbar > toolbaritem,
#main-window:not([active="true"]) > #navigator-toolbox > toolbar > toolbarbutton {
#main-window:not([active="true"]) > #navigator-toolbox > toolbar > toolbarbutton,
#main-window:not([active="true"]) .tabs-newtab-button > .toolbarbutton-icon {
opacity: 0.75;
}