From: Michael M Slusarz Date: Wed, 10 Jun 2009 02:38:50 +0000 (-0600) Subject: Fix splitbar dragging X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0d6ece2b8c40aec52049a897777d42914ff30213;p=horde.git Fix splitbar dragging --- diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index ece69f8bd..cb228a37c 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -90,8 +90,11 @@ div#quota { border-right: 1px silver solid; border-bottom: 1px silver solid; } +#msgSplitPane div.drag { + padding: 0; +} .splitBar { - background: #e9e9e9 url("graphics/dragHandle.png") no-repeat scroll center top; + background: #e9e9e9 url("graphics/dragHandle.png") no-repeat scroll center top !important; border: 1px solid; border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; cursor: n-resize;