[Rt-commit] rt branch, 4.4/heading-font-color-theme-editor, created. rt-4.4.2-59-g7de5503

Craig Kaiser craig at bestpractical.com
Tue Dec 26 14:28:33 EST 2017


The branch, 4.4/heading-font-color-theme-editor has been created
        at  7de550368f90145b91fbadfc7ee333f0ac5a2790 (commit)

- Log -----------------------------------------------------------------
commit 7de550368f90145b91fbadfc7ee333f0ac5a2790
Author: Craig Kaiser <craig at bestpractical.com>
Date:   Tue Dec 26 12:16:24 2017 -0500

    Add css in Theme for Portlets and Search result
    
    Add a css section that makes it simple to change the css for the RT at a
    glance portlets as well as css for search results.

diff --git a/share/html/Admin/Tools/Theme.html b/share/html/Admin/Tools/Theme.html
index e8b237d..c624602 100644
--- a/share/html/Admin/Tools/Theme.html
+++ b/share/html/Admin/Tools/Theme.html
@@ -118,13 +118,15 @@
 
 <%ONCE>
 my @sections = (
-    ['Page'         => ['body', 'div#body']],
-    ['Menu bar'     => ['div#quickbar', '#main-navigation #app-nav.sf-shadow > li, #main-navigation #app-nav.sf-shadow > li > a, #prefs-menu > li, #prefs-menu > li > a, #logo .rtname']],
-    ['Title bar'    => ['div#header']],
-    ['Page title'   => ['div#header h1']],
-    ['Page content' => ['div#body']],
-    ['Buttons'      => ['input[type="reset"], input[type="submit"], input[class="button"]']],
-    ['Button hover' => ['input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover']],
+    ['Page'           => ['body', 'div#body']],
+    ['Menu bar'       => ['div#quickbar', '#main-navigation #app-nav.sf-shadow > li, #main-navigation #app-nav.sf-shadow > li > a, #prefs-menu > li, #prefs-menu > li > a, #logo .rtname']],
+    ['Title bar'      => ['div#header']],
+    ['Page title'     => ['div#header h1']],
+    ['Page content'   => ['div#body']],
+    ['Buttons'        => ['input[type="reset"], input[type="submit"], input[class="button"]']],
+    ['Button hover'   => ['input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover']],
+    ['Search result'  => ['table.collection-as-table th.collection-as-table a']],
+    ['Portlet font'   => ['.titlebox .titlebox-title .left a']],
 );
 </%ONCE>
 <script type="text/javascript">

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


More information about the rt-commit mailing list