[Rt-commit] rt branch, 4.6/fix-row-colouring-in-sys-config, created. rt-4.4.4-540-gd0dc9a6e72

Aaron Trevena ast at bestpractical.com
Thu Nov 28 12:33:38 EST 2019


The branch, 4.6/fix-row-colouring-in-sys-config has been created
        at  d0dc9a6e7221a9cc976eb5cf0d7717b86bd5b6f2 (commit)

- Log -----------------------------------------------------------------
commit d0dc9a6e7221a9cc976eb5cf0d7717b86bd5b6f2
Author: Aaron Trevena <ast at bestpractical.com>
Date:   Thu Nov 28 17:22:17 2019 +0000

    Added css background for tr and form-row elements with oddline class

diff --git a/share/static/css/elevator-light/misc.css b/share/static/css/elevator-light/misc.css
index fb87202b92..5e4cf34504 100644
--- a/share/static/css/elevator-light/misc.css
+++ b/share/static/css/elevator-light/misc.css
@@ -117,3 +117,8 @@ svg.icon-bordered {
     border-radius: 0.1em;
     padding: 0.2em 0.25em 0.15em;
 }
+
+/* row colouring */
+tr.oddline, .form-row.oddline {
+    background: #eee;
+}

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


More information about the rt-commit mailing list