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;
@ -118,4 +122,4 @@ body {
[data-theme="glassy"] td {
border-bottom: 1px solid rgba(232, 232, 232, 0.1) !important;
background: rgba(24, 24, 37, 0.2) !important;
}
}