mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 05:32:56 +00:00
Bug 1008603 - Define panel-subviews background-color in platform files. r=dao
This commit is contained in:
parent
e8358d1819
commit
ffb51c42ec
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
%include ../../shared/customizableui/panelUIOverlay.inc.css
|
%include ../../shared/customizableui/panelUIOverlay.inc.css
|
||||||
|
|
||||||
|
.panel-subviews {
|
||||||
|
background-color: hsla(0,0%,100%,.97);
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-resolution: 2dppx) {
|
@media (min-resolution: 2dppx) {
|
||||||
#PanelUI-help[panel-multiview-anchor="true"]::after,
|
#PanelUI-help[panel-multiview-anchor="true"]::after,
|
||||||
toolbarbutton[panel-multiview-anchor="true"] {
|
toolbarbutton[panel-multiview-anchor="true"] {
|
||||||
|
@ -101,12 +101,10 @@
|
|||||||
|
|
||||||
.panel-subviews {
|
.panel-subviews {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: hsla(0,0%,100%,.97);
|
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border-left: 1px solid hsla(210,4%,10%,.3);
|
border-left: 1px solid hsla(210,4%,10%,.3);
|
||||||
box-shadow: 0 3px 5px hsla(210,4%,10%,.1),
|
box-shadow: 0 3px 5px hsla(210,4%,10%,.1),
|
||||||
0 0 7px hsla(210,4%,10%,.1);
|
0 0 7px hsla(210,4%,10%,.1);
|
||||||
color: hsl(0,0%,15%);
|
|
||||||
-moz-margin-start: @exitSubviewGutterWidth@;
|
-moz-margin-start: @exitSubviewGutterWidth@;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
%include ../../shared/customizableui/panelUIOverlay.inc.css
|
%include ../../shared/customizableui/panelUIOverlay.inc.css
|
||||||
|
|
||||||
|
.panel-subviews {
|
||||||
|
background-color: -moz-field;
|
||||||
|
}
|
||||||
|
|
||||||
#PanelUI-contents #zoom-out-btn {
|
#PanelUI-contents #zoom-out-btn {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user