Bug 1008603 - Define panel-subviews background-color in platform files. r=dao

This commit is contained in:
Richard Marti 2014-10-03 08:44:11 +02:00
parent e8358d1819
commit ffb51c42ec
3 changed files with 8 additions and 2 deletions

View File

@ -4,6 +4,10 @@
%include ../../shared/customizableui/panelUIOverlay.inc.css
.panel-subviews {
background-color: hsla(0,0%,100%,.97);
}
@media (min-resolution: 2dppx) {
#PanelUI-help[panel-multiview-anchor="true"]::after,
toolbarbutton[panel-multiview-anchor="true"] {

View File

@ -101,12 +101,10 @@
.panel-subviews {
padding: 4px;
background-color: hsla(0,0%,100%,.97);
background-clip: padding-box;
border-left: 1px solid hsla(210,4%,10%,.3);
box-shadow: 0 3px 5px hsla(210,4%,10%,.1),
0 0 7px hsla(210,4%,10%,.1);
color: hsl(0,0%,15%);
-moz-margin-start: @exitSubviewGutterWidth@;
}

View File

@ -4,6 +4,10 @@
%include ../../shared/customizableui/panelUIOverlay.inc.css
.panel-subviews {
background-color: -moz-field;
}
#PanelUI-contents #zoom-out-btn {
padding-left: 12px;
padding-right: 12px;