[open-ils-commits] [GIT] Evergreen ILS branch master updated. 550410daee7084627f0e348d8b7c1eb014d8cbde

Evergreen Git git at git.evergreen-ils.org
Wed May 29 10:58:09 EDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  550410daee7084627f0e348d8b7c1eb014d8cbde (commit)
       via  092e8fffef8d76cb4c14c19878a1796693cc8eb3 (commit)
      from  16e2c31176f0808add6d80a7c39697ac026226dc (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 550410daee7084627f0e348d8b7c1eb014d8cbde
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed May 29 10:57:48 2019 -0400

    LP#1736967: (follow-up) add release notes entry
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/docs/RELEASE_NOTES_NEXT/Administration/Public_Catalog_Link_Styling.adoc b/docs/RELEASE_NOTES_NEXT/Administration/Public_Catalog_Link_Styling.adoc
new file mode 100644
index 0000000000..187de27847
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Administration/Public_Catalog_Link_Styling.adoc
@@ -0,0 +1,11 @@
+Links in Public Catalog Now Have Separate Color
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Hyperlinks in the public catalog now have a separate color definition
+in the `colors.tt2` template to make it easier to style the public
+catalog header/footer to use the same background color as the center
+panel.
+
+Upgrade Notes
++++++++++++++
+Sites that have customized `colors.tt2` should add a line for
+the new `link` color.

commit 092e8fffef8d76cb4c14c19878a1796693cc8eb3
Author: Sam Link <slink at LIBPC002>
Date:   Wed Jan 2 14:04:00 2019 -0500

    LP1736967 Primary a CSS Styling Fix
    
    Added a "link" color to src\templates\opac\parts\css\colors.tt2 matched
    to the default dark green of the css_colors.primary, and set
    the anchor color in templates\opac\css\style.css.tt2 on line 37 to use
    css_colors.link.
    
    Signed-off-by: Sam Link <slink at LIBPC002>
    Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index 6c1dc7070d..e5c1b0ba36 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -34,7 +34,7 @@ img {
 }
 
 a {
-    color: [% css_colors.primary %];
+    color: [% css_colors.link %];
 }
 
 #search-wrapper input[type=text] {
diff --git a/Open-ILS/src/templates/opac/parts/css/colors.tt2 b/Open-ILS/src/templates/opac/parts/css/colors.tt2
index b8c5ca8712..2c0c1f1acf 100644
--- a/Open-ILS/src/templates/opac/parts/css/colors.tt2
+++ b/Open-ILS/src/templates/opac/parts/css/colors.tt2
@@ -33,6 +33,7 @@
         table_heading = "#d8d8d8", # grey-blue
         mobile_header_text = "#fff", # white
         item_selected = "#ddd", # grey (lighter)
+        link = "#00593d", # dark green
     };
     
 %]

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

Summary of changes:
 Open-ILS/src/templates/opac/css/style.css.tt2                 |  2 +-
 Open-ILS/src/templates/opac/parts/css/colors.tt2              |  1 +
 .../Administration/Public_Catalog_Link_Styling.adoc           | 11 +++++++++++
 3 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/Public_Catalog_Link_Styling.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list