Bug 969963 - Grey out PanelUI-popup items when a subview is opened. r=mconley

This commit is contained in:
Jared Wein 2014-03-21 17:03:11 -04:00
parent fc07527abe
commit f15d0daf90

View File

@ -21,7 +21,7 @@
%include ../browser.inc
#PanelUI-popup #PanelUI-contents:empty {
height: 128px;
height: 128px;
}
#PanelUI-popup #PanelUI-contents:empty::before {
@ -328,6 +328,16 @@ toolbaritem[cui-areatype="menu-panel"][sdkstylewidget="true"] > iframe {
margin: 4px auto;
}
#PanelUI-multiView[viewtype="subview"] > .panel-viewcontainer > .panel-viewstack > .panel-mainview > #PanelUI-mainView {
background-color: hsla(210,4%,10%,.1);
}
#PanelUI-multiView[viewtype="subview"] #PanelUI-mainView > #PanelUI-contents-scroller > #PanelUI-contents > .panel-wide-item,
#PanelUI-multiView[viewtype="subview"] #PanelUI-mainView > #PanelUI-contents-scroller > #PanelUI-contents > .toolbarbutton-1:not([panel-multiview-anchor="true"]),
#PanelUI-multiView[viewtype="subview"] #PanelUI-mainView > #PanelUI-footer {
opacity: .5;
}
/*
* XXXgijs: this is a workaround for a layout issue that was caused by these iframes,
* which was affecting subview display. Because of this, we're hiding the iframe *only*