From e989391c8d1f463e5261158918b169915183c3aa Mon Sep 17 00:00:00 2001 From: alekan Date: Thu, 28 May 2026 00:52:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=81=D0=B5=D1=82=D0=BA=D1=83=20=D0=B8=20=D0=B5=D1=89?= =?UTF-8?q?=D0=B5=20=D0=BF=D0=B0=D1=80=D1=83=20=D0=B1=D0=B0=D0=B3=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/admin/css/components.css | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/frontend/admin/css/components.css b/frontend/admin/css/components.css index 96fc982..594da25 100755 --- a/frontend/admin/css/components.css +++ b/frontend/admin/css/components.css @@ -414,7 +414,7 @@ align-items: center; } -.schedule-visual-filter-head > span { +.schedule-visual-filter-head>span { color: var(--text-secondary); font-size: 0.74rem; font-weight: 800; @@ -614,7 +614,7 @@ background: color-mix(in srgb, var(--accent) 13%, var(--bg-primary)); } -.schedule-visual-half + .schedule-visual-half { +.schedule-visual-half+.schedule-visual-half { border-top: 1px solid var(--bg-card-border); } @@ -1210,6 +1210,7 @@ } @media (max-width: 1180px) { + .schedule-view-filter-grid, .schedule-view-metrics, .department-workspace-grid { @@ -1396,14 +1397,17 @@ input[type="number"] { .custom-select-menu::-webkit-scrollbar { width: 6px; } + .custom-select-menu::-webkit-scrollbar-track { background: transparent; border-radius: 8px; } + .custom-select-menu::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.15); border-radius: 8px; } + .custom-select-menu::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.25); } @@ -1445,7 +1449,8 @@ input[type="number"] { } .custom-select-item.placeholder-item { - display: none; /* Hide placeholder options in the actual dropdown list naturally */ + display: none; + /* Hide placeholder options in the actual dropdown list naturally */ } /* Light theme selects */ @@ -1463,6 +1468,7 @@ input[type="number"] { [data-theme="light"] .custom-select-menu::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.15); } + [data-theme="light"] .custom-select-menu::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.25); } @@ -1605,14 +1611,17 @@ input[type="number"] { .checkbox-group-vertical::-webkit-scrollbar { width: 6px; } + .checkbox-group-vertical::-webkit-scrollbar-track { background: transparent; border-radius: 8px; } + .checkbox-group-vertical::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.15); border-radius: 8px; } + .checkbox-group-vertical::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.25); } @@ -1620,6 +1629,7 @@ input[type="number"] { [data-theme="light"] .checkbox-group-vertical::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.15); } + [data-theme="light"] .checkbox-group-vertical::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.25); } @@ -1665,15 +1675,15 @@ input[type="number"] { justify-content: center; } -.checkbox-item:hover input ~ .checkmark { +.checkbox-item:hover input~.checkmark { border-color: var(--accent); } -.checkbox-item input:focus ~ .checkmark { +.checkbox-item input:focus~.checkmark { box-shadow: 0 0 0 3px var(--accent-glow); } -.checkbox-item input:checked ~ .checkmark { +.checkbox-item input:checked~.checkmark { background-color: var(--accent); border-color: var(--accent); box-shadow: 0 0 10px rgba(139, 92, 246, 0.3); @@ -1690,7 +1700,7 @@ input[type="number"] { margin-bottom: 2px; } -.checkbox-item input:checked ~ .checkmark::after { +.checkbox-item input:checked~.checkmark::after { display: block; } @@ -2205,4 +2215,4 @@ tbody tr:hover { position: fixed; top: 1.25rem; right: 1.25rem; -} +} \ No newline at end of file