Hundmann Posted January 14, 2018 Report Share Posted January 14, 2018 Добрый вечер! Решил создать темный стиль, но вот работы оказалось значительно больше чем со светлым. Практически все в дефолтном стиле рассчитано на светлый стиль, я уже практически все переделал, но вот осталось 2 косяка, которые не могу найти где переписать: 1. Скроллбар в чате 2. Эдитор сообщения: Мне надо переделать фон со светлого на темный. В эдиторе скачивал темный стиль, но и он не убирает светлый фон. Quote Link to comment Share on other sites More sharing options...
Cheshir Posted January 14, 2018 Report Share Posted January 14, 2018 ipsComposeArea_dummy { background: #212121 !important; } Hundmann 1 Quote Link to comment Share on other sites More sharing options...
Hundmann Posted January 14, 2018 Author Report Share Posted January 14, 2018 4 минуты назад, Cheshir сказал: ipsComposeArea_dummy { background: #212121 !important; } Нету эффекта. Это для эдитора? Все, получилось - в коде пропущена точка. 8 минут назад, Cheshir сказал: ipsComposeArea_dummy { background: #212121 !important; } Хотя при раскрытии эдитроа не работает. Quote Link to comment Share on other sites More sharing options...
Cheshir Posted January 14, 2018 Report Share Posted January 14, 2018 там свой класс .cke_wysiwyg_frame, .cke_wysiwyg_div { background-color: #222322; } Quote Link to comment Share on other sites More sharing options...
Hundmann Posted January 14, 2018 Author Report Share Posted January 14, 2018 2 минуты назад, Cheshir сказал: там свой класс .cke_wysiwyg_frame, .cke_wysiwyg_div { background-color: #222322; } В custom.css будет работать? Quote Link to comment Share on other sites More sharing options...
Cheshir Posted January 14, 2018 Report Share Posted January 14, 2018 !important добавьте и будет .cke_wysiwyg_frame, .cke_wysiwyg_div { background-color: #222322 !important; } Hundmann 1 Quote Link to comment Share on other sites More sharing options...
Hundmann Posted January 14, 2018 Author Report Share Posted January 14, 2018 1 минуту назад, Cheshir сказал: !important добавьте и будет .cke_wysiwyg_frame, .cke_wysiwyg_div { background-color: #222322 !important; } В очередной раз спасибо тебе большое! Пашет! Quote Link to comment Share on other sites More sharing options...
Hundmann Posted January 14, 2018 Author Report Share Posted January 14, 2018 14 минут назад, Cheshir сказал: !important добавьте и будет .cke_wysiwyg_frame, .cke_wysiwyg_div { background-color: #222322 !important; } А не знаете, где скроллбар искать? Quote Link to comment Share on other sites More sharing options...
Cheshir Posted January 14, 2018 Report Share Posted January 14, 2018 Что это вообще? Quote Link to comment Share on other sites More sharing options...
Hundmann Posted January 14, 2018 Author Report Share Posted January 14, 2018 Только что, Cheshir сказал: Что это вообще? Полоса прокрутки из чата Quote Link to comment Share on other sites More sharing options...
Cheshir Posted January 14, 2018 Report Share Posted January 14, 2018 Не интересовался, но был какой-то плагин меняющий цвет Quote Link to comment Share on other sites More sharing options...
Hundmann Posted January 14, 2018 Author Report Share Posted January 14, 2018 2 минуты назад, Cheshir сказал: Не интересовался, но был какой-то плагин меняющий цвет Спасибо, поищу. Quote Link to comment Share on other sites More sharing options...
Onore Posted January 15, 2018 Report Share Posted January 15, 2018 В custom.css добавь код: ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #888; } ::-webkit-scrollbar-thumb:hover { background: #555; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.