fix search clear button css on glassy theme

This commit is contained in:
Abdenasser 2024-11-12 21:29:13 +01:00
parent e6e990ae9b
commit 155c756015

View File

@ -106,6 +106,10 @@ body {
z-index: 100;
}
[data-theme="glassy"] .btn-clear {
z-index: 100;
}
[data-theme="glassy"] tr.pinned,
[data-theme="glassy"] tr:hover {
background: rgba(24, 24, 37, 0.3) !important;