/
tebo
/
BubblesCode
Обзор
Документация
Войти
/
tebo
/
BubblesCode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
static/ckeditor/ckeditor.css
19 строк
672 B
tebo
first_commit
03 июн 2026, 15:20
03 июн 2026, 15:20
e3a5c0b
Код
Авторство
О чём код?
/* Fix for Django dark theme background */ /* See https://github.com/django-ckeditor/django-ckeditor/issues/670 */ .cke_reset_all tr:nth-child(even), .cke_reset_all tr:nth-child(odd), .cke_reset_all .row-form-errors, .cke_reset_all tr:nth-child(even) .errorlist, .cke_reset_all tr:nth-child(odd) + .row-form-errors, .cke_reset_all tr:nth-child(odd) + .row-form-errors .errorlist, .cke_reset_all input[type="text"], .cke_reset_all input[type="password"] { background: inherit; color: inherit; } /* Fix for CKEditor source editor with Django dark theme */ /* See https://github.com/django-ckeditor/django-ckeditor/issues/741 */ textarea.cke_source { color: revert; }