Jump to content

Featured Replies

Posted
comment_146952

Всем привет, как качественно заменить стиль редактора на тёмный? Сей час так

Спойлер

5ae8a15c77e08_.thumb.png.235af5cfba08965e07cf4366e78791e6.png

А надо вот так:

Спойлер

5ae8a16ad3173_.thumb.png.395aa8cbe42afea7b80fc40d8e4e242b.png

В минималистичном стиле, чёрный редактор без градиентов и обводки и белые кнопки

Как сделать так?

comment_147003

В custom.css добавляете:

 

.ipsComposeArea_dummy, .cke textarea.cke_source, .cke .cke_wysiwyg_frame, .cke .cke_wysiwyg_div, .cke .cke_inner {
    background: #000 !important;
}
.cke .cke_top {
    background: #000 !important;
}
.cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
    width: auto;
    height: auto;
    vertical-align: baseline;
    box-sizing: content-box;
    position: static;
    transition: none;
    border-collapse: collapse;
    font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
    color: #fff !important;
    text-align: left;
    white-space: nowrap;
    cursor: auto;
    float: none;
}
.ipsComposeArea_editor, .ipsComposeArea_unavailable .ipsComposeArea_editor, [data-role="attachmentArea"] {
    background: #000 !important;
}

Самому нетрудно научиться в любом браузере, к примеру, на хромиуме:

 

123123.jpg

Решение неполное. Приведено как пример.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.