Bug 1038990 - Add a border on both side of the tab bar when using a lightweight theme. r=gijs

This commit is contained in:
Dão Gottwald 2014-09-24 15:54:51 +02:00
Родитель 4f423ddf06
Коммит 235766c522
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -165,8 +165,9 @@
}
/* Vertical toolbar border */
#main-window[sizemode=normal] #navigator-toolbox::after,
#main-window[sizemode=normal] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
#main-window[sizemode=normal] #navigator-toolbox:not(:-moz-lwtheme)::after,
#main-window[sizemode=normal] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme),
#main-window[sizemode=normal] #navigator-toolbox:-moz-lwtheme {
border-left: 1px solid @toolbarShadowColor@;
border-right: 1px solid @toolbarShadowColor@;
background-clip: padding-box;