on Linux, don't show needless shadows

This commit is contained in:
SHIMODA Hiroshi 2011-12-19 17:30:06 +09:00
parent d447107fbe
commit 57fb1f7619

View File

@ -14,10 +14,9 @@
* not rectangle, because rectangle "window"s have dropshadows on Linux. * not rectangle, because rectangle "window"s have dropshadows on Linux.
*/ */
:root[treestyletab-tabbar-position="left"] :root[treestyletab-tabbar-position="left"]
#treestyletab-autohide-content-area-screen { #treestyletab-autohide-content-area-screen,
border-right: 1px solid ThreeDShadow;
}
:root[treestyletab-tabbar-position="right"] :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; border-left: 1px solid ThreeDShadow;
} }