From 0d6ece2b8c40aec52049a897777d42914ff30213 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 9 Jun 2009 20:38:50 -0600 Subject: [PATCH] Fix splitbar dragging --- imp/themes/screen-dimp.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.11.0