[Rt-commit] rt branch, 4.4/heading-font-color-theme-editor, repushed
Craig Kaiser
craig at bestpractical.com
Thu Jul 5 16:47:24 EDT 2018
The branch 4.4/heading-font-color-theme-editor was deleted and repushed:
was 05a32c6a1de24eadb435c00fac994f728e67b7ef
now 7cc04045b943b51d32c5e8e668e0d07b47d500da
1: 05a32c6a1 ! 1: 7cc04045b Add css in Theme for Portlets and Search result
@@ -9,23 +9,9 @@
--- a/share/html/Admin/Tools/Theme.html
+++ b/share/html/Admin/Tools/Theme.html
@@
-
- <%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']],
+ ['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 results' => ['table.collection-as-table th.collection-as-table a']],
+ ['Portlet Text' => ['.titlebox .titlebox-title .left a, .titlebox .titlebox-title .left']],
);
More information about the rt-commit
mailing list