From: Ivan Kohler Date: Sun, 12 Jul 2015 23:19:02 +0000 (-0700) Subject: improve popup styling: no more 1 pixel light blue around content, add slight shadow X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3069bd64ad2b163da78d5c7a3d5f5739ce77b126;p=freeside.git improve popup styling: no more 1 pixel light blue around content, add slight shadow --- diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index e8ef6cb5c..2ab066510 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -320,3 +320,8 @@ td.label { font-size: large; color: #ff0000; } + +div#overDiv { + box-shadow: #333333 1px 1px 2px; +} + diff --git a/httemplate/elements/popup_link_onclick.html b/httemplate/elements/popup_link_onclick.html index 5173115a5..0690dc812 100644 --- a/httemplate/elements/popup_link_onclick.html +++ b/httemplate/elements/popup_link_onclick.html @@ -68,7 +68,8 @@ my $onclick = "overlib( OLiframeContent($action, $width, $height, '$popup_name', 0, '$scrolling' ), ". "CAPTION, '$actionlabel', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, ". "DRAGGABLE, CLOSECLICK, ". - "BGCOLOR, '$color', CGCOLOR, '$color', CLOSETEXT, '$closetext'". + "BGCOLOR, '$color', CGCOLOR, '$color', FGCOLOR, '#f8f8f8', ". + "CLOSETEXT, '$closetext'". ( $frame ? ", FRAME, $frame" : '' ). ");";