From: Michael M Slusarz Date: Wed, 2 Dec 2009 18:36:28 +0000 (-0700) Subject: Better border around splitbar X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f32722bfaeeac85b127ca3a95b630c93265c7787;p=horde.git Better border around splitbar --- diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 28cfb302c..f8229ffeb 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -94,22 +94,23 @@ input { } .splitBarHoriz, .splitBarVert { background: #e9e9e9 no-repeat scroll; - border: 1px solid silver; z-index: 10; } .splitBarHoriz { background-image: url("graphics/dragHandle.png"); background-position: center top; + border-top: 1px solid silver; + border-bottom: 1px solid silver; cursor: row-resize; height: 5px; } .splitBarVert { background-image: url("graphics/dragHandleVert.png"); background-position: center; + border-right: 1px solid silver; + border-left: 1px solid silver; cursor: col-resize; height: 300px; - margin-bottom: -1px; - margin-top: -1px; width: 5px; }