[freeside-commits] branch FREESIDE_4_BRANCH updated. 3069bd64ad2b163da78d5c7a3d5f5739ce77b126

Ivan ivan at 420.am
Sun Jul 12 16:19:03 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  3069bd64ad2b163da78d5c7a3d5f5739ce77b126 (commit)
      from  03253b0c274922e11519afd7ded1dabaddeda4f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3069bd64ad2b163da78d5c7a3d5f5739ce77b126
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jul 12 16:19:02 2015 -0700

    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 e8ef6cb..2ab0665 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 5173115..0690dc8 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" : '' ).
   ");";
   

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/freeside.css            |    5 +++++
 httemplate/elements/popup_link_onclick.html |    3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list