зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1038990 - Add a border on both side of the tab bar when using a lightweight theme. r=gijs
This commit is contained in:
Родитель
4f423ddf06
Коммит
235766c522
|
@ -165,8 +165,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Vertical toolbar border */
|
/* Vertical toolbar border */
|
||||||
#main-window[sizemode=normal] #navigator-toolbox::after,
|
#main-window[sizemode=normal] #navigator-toolbox:not(:-moz-lwtheme)::after,
|
||||||
#main-window[sizemode=normal] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
|
#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-left: 1px solid @toolbarShadowColor@;
|
||||||
border-right: 1px solid @toolbarShadowColor@;
|
border-right: 1px solid @toolbarShadowColor@;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче