[Rt-commit] rt branch, 5.0/fix-rich-text-styles-dark-theme, repushed

Blaine Motsinger blaine at bestpractical.com
Wed Jun 10 20:28:22 EDT 2020


The branch 5.0/fix-rich-text-styles-dark-theme was deleted and repushed:
       was 55fa7286a6abf64acac8085072c90200e91d0ca4
       now cb10d4e1381bf065f8da5a916f5e92128a463ed5

1: 56b50fc059 = 1: 56b50fc059 Add darkmode and Content classes to ckeditor
2: 3d68797ba0 ! 2: 85bad44d86 Fix darkmode styles for ckeditor
    @@ -35,9 +35,12 @@
     +    background-color: #2c3539 !important;
     +}
     +
    ++.darkmode .cke_combo_arrow, .darkmode .cke_button_arrow {
    ++    border-top: 3px solid #aeb0b1 !important;
    ++}
    ++
     +.darkmode .cke_toolbox .cke_toolbar .cke_combo .cke_combo_text {
    -+    color: #ededed !important;
    -+    line-height: 2em;
    ++    color: #c9ccce !important;
     +}
     +
     +.darkmode #cke_UpdateContent, .darkmode #cke_Content,
    @@ -46,4 +49,13 @@
     +.darkmode .cke_toolbar .cke_toolgroup {
     +    border-color: #717171 !important;
     +}
    ++
    ++/* invert color for toolbar pngs */
    ++.darkmode a.cke_button .cke_button_icon {
    ++    -webkit-filter: invert(100%) brightness(110%);
    ++    -moz-filter: invert(100%) brightness(110%);
    ++    -ms-filter: invert(100%) brightness(110%);
    ++    -o-filter: invert(100%) brightness(110%);
    ++    filter: invert(100%) brightness(110%);
    ++}
     
3: 55fa7286a6 = 3: cb10d4e138 Fix text color for ckeditor in darkmode



More information about the rt-commit mailing list