From 235766c522651bff84cc3b0a56fdf7756cbd2917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Wed, 24 Sep 2014 15:54:51 +0200 Subject: [PATCH] Bug 1038990 - Add a border on both side of the tab bar when using a lightweight theme. r=gijs --- browser/themes/windows/browser-aero.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/browser/themes/windows/browser-aero.css b/browser/themes/windows/browser-aero.css index fb627f83ee92..273a2c627052 100644 --- a/browser/themes/windows/browser-aero.css +++ b/browser/themes/windows/browser-aero.css @@ -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;