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;
|
background-color: #353c42;
|
||||||
border-color: #888888;
|
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