From 57fb1f7619e39fb6bffbad4f39c8b089a585b761 Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Mon, 19 Dec 2011 17:30:06 +0900 Subject: [PATCH] on Linux, don't show needless shadows --- skin/classic/treestyletab/Linux-base.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/skin/classic/treestyletab/Linux-base.css b/skin/classic/treestyletab/Linux-base.css index 8ebeb526..9ba7b106 100644 --- a/skin/classic/treestyletab/Linux-base.css +++ b/skin/classic/treestyletab/Linux-base.css @@ -14,10 +14,9 @@ * not rectangle, because rectangle "window"s have dropshadows on Linux. */ :root[treestyletab-tabbar-position="left"] - #treestyletab-autohide-content-area-screen { - border-right: 1px solid ThreeDShadow; -} + #treestyletab-autohide-content-area-screen, :root[treestyletab-tabbar-position="right"] - #treestyletab-autohide-content-area-screen { + #treestyletab-autohide-content-area-screen { + border-right: 1px solid ThreeDShadow; border-left: 1px solid ThreeDShadow; }