summaryrefslogtreecommitdiff
path: root/httemplate/elements/popup_link_onclick.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-12 16:19:00 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-12 16:19:00 -0700
commit0db0782c81482c3e87525c689a25298b67e2082d (patch)
treefa1d52bf1aa51b41f68801aa9ab5100795dd50bb /httemplate/elements/popup_link_onclick.html
parent76468652226308282a4161c5d4cf2a4f885b7175 (diff)
improve popup styling: no more 1 pixel light blue around content, add slight shadow
Diffstat (limited to 'httemplate/elements/popup_link_onclick.html')
-rw-r--r--httemplate/elements/popup_link_onclick.html3
1 files changed, 2 insertions, 1 deletions
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" : '' ).
");";