Bugfixing the Darkmode

Fixing the hover-effect in the device list
This commit is contained in:
leiweibau
2022-05-20 18:06:42 +02:00
parent ff1fc44b1a
commit 17e7e5c890

View File

@@ -651,3 +651,7 @@ input[type="password"]::-webkit-caps-lock-indicator {
background-color: #353c42;
border-color: #888888;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: rgb(189,192,198);
color: #444;
}