Jump to content

Проблемы с темным стилем

Featured Replies

Добрый вечер! Решил создать темный стиль, но вот работы оказалось значительно больше чем со светлым. Практически все в дефолтном стиле рассчитано на светлый стиль, я уже практически все переделал, но вот осталось 2 косяка, которые не могу найти где переписать:
1. Скроллбар в чате
 5a5b786d1bb56_Opera_2018-01-14_172835_forum.spzabt507_ru.png.63d1f6a566b8f27369a2e2101370f4ee.png

2. Эдитор сообщения:
5a5b7891d0416_Opera_2018-01-14_172934_forum.spzabt507_ru.thumb.png.a501efef6a6b8a11c1fb68dd40b0d56b.png

Мне надо переделать фон со светлого на темный. В эдиторе скачивал темный стиль, но и он не убирает светлый фон.

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/
Share on other sites
ipsComposeArea_dummy {
    background: #212121 !important;
}

 

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142127
Share on other sites
4 минуты назад, Cheshir сказал:

ipsComposeArea_dummy {
    background: #212121 !important;
}

 

Нету эффекта. Это для эдитора?

Все, получилось - в коде пропущена точка.

8 минут назад, Cheshir сказал:

ipsComposeArea_dummy {
    background: #212121 !important;
}

 

Хотя при раскрытии эдитроа не работает.

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142128
Share on other sites

там свой класс

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #222322;
}

 

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142129
Share on other sites
2 минуты назад, Cheshir сказал:

там свой класс


.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #222322;
}

 

В custom.css будет работать?

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142130
Share on other sites

!important добавьте и будет

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #222322 !important;
}

 

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142131
Share on other sites
1 минуту назад, Cheshir сказал:

!important добавьте и будет


.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #222322 !important;
}

 

В очередной раз спасибо тебе большое! Пашет!

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142132
Share on other sites
14 минут назад, Cheshir сказал:

!important добавьте и будет


.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #222322 !important;
}

 

А не знаете, где скроллбар искать?

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142133
Share on other sites

Что это вообще?

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142135
Share on other sites
Только что, Cheshir сказал:

Что это вообще?

Полоса прокрутки из чата

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142136
Share on other sites

Не интересовался, но был какой-то плагин меняющий цвет

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142137
Share on other sites
2 минуты назад, Cheshir сказал:

Не интересовался, но был какой-то плагин меняющий цвет

Спасибо, поищу.

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142138
Share on other sites

В custom.css добавь код:

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #888; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

 

Link to comment
https://ipbmafia.ru/topic/19125-problemy-s-temnym-stilem/?&do=findComment&comment=142145
Share on other sites

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.