Bug 992637 - Remove the background color from subview headers and make them all-caps instead such that the background matches the panel arrow color. r=jaws

This commit is contained in:
Dão Gottwald 2014-10-10 08:54:00 +02:00
Родитель 57f3c84e33
Коммит b3341f795f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -144,9 +144,9 @@ panelmultiview[nosubviews=true] > .panel-viewcontainer > .panel-viewstack > .pan
.panel-subview-header {
margin: -4px -4px 4px;
background-color: hsla(210,4%,10%,.05);
box-shadow: 0 -1px 0 hsla(210,4%,10%,.05) inset;
color: hsl(0,0%,50%);
text-transform: uppercase;
}
.cui-widget-panelview .panel-subview-header {