fix: заголовки таблиц — убраны синие фон/рамка Pico (теперь всегда transparent + #202632)

This commit is contained in:
Marker689
2026-05-10 11:57:35 +03:00
parent d046260e7f
commit b2bd1fb336

View File

@@ -261,6 +261,8 @@ nav.sticky { position: sticky; top: 0; z-index: 100; background: #13171f; pad
th.sortable { cursor: pointer; user-select: none; } th.sortable { cursor: pointer; user-select: none; }
th.sortable:hover { background: #202632; } th.sortable:hover { background: #202632; }
thead th { background: transparent !important; color: inherit !important; border-color: #202632 !important; }
th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; } th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; }
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */