[Rt-commit] rt branch, 4.4/heading-font-color-theme-editor, repushed

Craig Kaiser craig at bestpractical.com
Tue Jan 2 09:34:17 EST 2018


The branch 4.4/heading-font-color-theme-editor was deleted and repushed:
       was 7de550368f90145b91fbadfc7ee333f0ac5a2790
       now 9dfd2df1f97537f5f9ea3f6ab8daa452905ee796

1:  7de5503 ! 1:  9dfd2df Add css in Theme for Portlets and Search result
    @@ -31,3 +31,16 @@
      );
      </%ONCE>
      <script type="text/javascript">
    +@@
    +               if (applying[name].match(/h1/))
    +                   newcss = "color: " + bg;
    + 
    ++              if (applying[name].match(/collection-as-table/))
    ++                  newcss = "color: " + bg;
    ++
    ++              if (applying[name].match(/titlebox/))
    ++                  newcss = "color: " + bg;
    ++
    +               /* Nav doesn't need a background, but it wants text color */
    +               if (applying[name].match(/#main-navigation/))
    +                   newcss = "color: " + fg;



More information about the rt-commit mailing list