From 70126e56987d80a43094644d55b0fb28a2efdf0b Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 2 Apr 2013 21:41:43 +0000 Subject: [PATCH] Avoid additional visible border on some hidden popups --- phpgwapi/templates/idots/css/traditional.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/idots/css/traditional.css b/phpgwapi/templates/idots/css/traditional.css index ca59297c6a..f8e0f67403 100755 --- a/phpgwapi/templates/idots/css/traditional.css +++ b/phpgwapi/templates/idots/css/traditional.css @@ -530,7 +530,7 @@ Preferences tabs padding:12px; } /* new dialog style */ -.prompt {background:#fff url(../../default/images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81;} +div.prompt {background:#fff url(../../default/images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81;} .promptheader {background:url(../../default/images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none; height:24px}