Доработали фильт в реестре заданий
All checks were successful
Deploy MES Core / deploy (push) Successful in 10s
All checks were successful
Deploy MES Core / deploy (push) Successful in 10s
This commit is contained in:
@@ -20,7 +20,8 @@ body {
|
||||
.navbar .nav-link,
|
||||
.navbar .navbar-brand,
|
||||
.footer-custom span,
|
||||
.footer-custom strong {
|
||||
.footer-custom strong,
|
||||
.footer-custom .text-muted {
|
||||
color: #e9ecef !important;
|
||||
}
|
||||
|
||||
@@ -62,6 +63,11 @@ body {
|
||||
--bs-accent: #0d6efd; /* Синий акцент для светлой темы */
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] input[type="date"] { color-scheme: dark; }
|
||||
[data-bs-theme="dark"] .form-control[type="date"] { background-color: #1e1e1e; border-color: #3d4246; color: #e9ecef; }
|
||||
[data-bs-theme="dark"] input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1) brightness(1.4) contrast(1.2); opacity: 0.95; }
|
||||
[data-bs-theme="light"] input[type="date"] { color-scheme: light; }
|
||||
|
||||
/* --- ТАБЛИЦА И КАРТОЧКИ --- */
|
||||
|
||||
/* Заголовок таблицы: всегда темный с акцентным текстом */
|
||||
@@ -90,10 +96,25 @@ body {
|
||||
border-color: var(--bs-accent) !important;
|
||||
}
|
||||
|
||||
/* Состояние кнопки при наведении */
|
||||
.btn-outline-accent:hover {
|
||||
.btn-check:checked + .btn-outline-accent,
|
||||
.btn-outline-accent.active,
|
||||
.btn-outline-accent:active {
|
||||
background-color: var(--bs-accent) !important;
|
||||
color: #000 !important; /* Текст становится черным для контраста */
|
||||
border-color: var(--bs-accent) !important;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .btn-outline-accent:hover,
|
||||
[data-bs-theme="dark"] .btn-check:checked + .btn-outline-accent,
|
||||
[data-bs-theme="dark"] .btn-outline-accent.active,
|
||||
[data-bs-theme="dark"] .btn-outline-accent:active {
|
||||
color: #212529 !important;
|
||||
}
|
||||
|
||||
[data-bs-theme="light"] .btn-outline-accent:hover,
|
||||
[data-bs-theme="light"] .btn-check:checked + .btn-outline-accent,
|
||||
[data-bs-theme="light"] .btn-outline-accent.active,
|
||||
[data-bs-theme="light"] .btn-outline-accent:active {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
/* Специальный класс для центрирования окна логина (вернем его только там) */
|
||||
|
||||
Reference in New Issue
Block a user