Bug 164608 - Menu bars in background windows should be grayed out (disabled appearance). r=neil

This commit is contained in:
Dão Gottwald 2008-10-10 13:11:22 +02:00
Родитель dbd980d660
Коммит 5985c7379d
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -165,6 +165,10 @@ resizer[dir="bottomright"] {
cursor: se-resize;
}
window:not([active="true"]) menubar > menu {
color: ThreeDShadow;
}
/* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */
sidebarheader {