mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Bugfixing the Darkmode
Fixing the hover-effect in the device list
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user