зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset c344a216f1d8 (bug 1261068)
MozReview-Commit-ID: DibQhmsYfoD
This commit is contained in:
Родитель
fe6d99e467
Коммит
87651c5392
|
@ -4,10 +4,6 @@
|
||||||
|
|
||||||
%include ../../shared/customizableui/panelUIOverlay.inc.css
|
%include ../../shared/customizableui/panelUIOverlay.inc.css
|
||||||
|
|
||||||
:root {
|
|
||||||
--panel-separator-color: hsla(210,4%,10%,.15);
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel-subviews {
|
.panel-subviews {
|
||||||
background-color: hsla(0,0%,100%,.97);
|
background-color: hsla(0,0%,100%,.97);
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
%include ../browser.inc
|
%include ../browser.inc
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--panel-separator-color: ThreeDShadow;
|
|
||||||
--panel-ui-exit-subview-gutter-width: 38px;
|
--panel-ui-exit-subview-gutter-width: 38px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1154,8 +1153,7 @@ menuitem.panel-subview-footer@menuStateActive@,
|
||||||
.cui-widget-panelview menuseparator {
|
.cui-widget-panelview menuseparator {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
border-top: 1px solid var(--panel-separator-color);
|
border-top: 1px solid hsla(210,4%,10%,.15);
|
||||||
border-bottom: none;
|
|
||||||
margin: 6px 0;
|
margin: 6px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -1348,7 +1346,7 @@ toolbarpaletteitem[haswideitem][place="panel"] + toolbarpaletteitem[haswideitem]
|
||||||
margin: .5em 0;
|
margin: .5em 0;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: auto;
|
height: auto;
|
||||||
background: var(--panel-separator-color);
|
background: hsla(210,4%,10%,.15);
|
||||||
transition-property: margin;
|
transition-property: margin;
|
||||||
transition-duration: 10ms;
|
transition-duration: 10ms;
|
||||||
transition-timing-function: ease;
|
transition-timing-function: ease;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче