Backed out changeset c344a216f1d8 (bug 1261068)

MozReview-Commit-ID: DibQhmsYfoD
This commit is contained in:
Gijs Kruitbosch 2016-04-14 16:33:49 +01:00
Родитель fe6d99e467
Коммит 87651c5392
2 изменённых файлов: 3 добавлений и 9 удалений

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

@ -4,10 +4,6 @@
%include ../../shared/customizableui/panelUIOverlay.inc.css
:root {
--panel-separator-color: hsla(210,4%,10%,.15);
}
.panel-subviews {
background-color: hsla(0,0%,100%,.97);
}
@ -77,4 +73,4 @@ menu.subviewbutton > .menu-right > image {
toolbarpaletteitem[place="palette"] > .toolbarbutton-1 > .toolbarbutton-menubutton-button {
padding: 3px 1px;
}
}

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

@ -21,7 +21,6 @@
%include ../browser.inc
:root {
--panel-separator-color: ThreeDShadow;
--panel-ui-exit-subview-gutter-width: 38px;
}
@ -1154,8 +1153,7 @@ menuitem.panel-subview-footer@menuStateActive@,
.cui-widget-panelview menuseparator {
-moz-appearance: none;
min-height: 0;
border-top: 1px solid var(--panel-separator-color);
border-bottom: none;
border-top: 1px solid hsla(210,4%,10%,.15);
margin: 6px 0;
padding: 0;
}
@ -1348,7 +1346,7 @@ toolbarpaletteitem[haswideitem][place="panel"] + toolbarpaletteitem[haswideitem]
margin: .5em 0;
width: 1px;
height: auto;
background: var(--panel-separator-color);
background: hsla(210,4%,10%,.15);
transition-property: margin;
transition-duration: 10ms;
transition-timing-function: ease;