From 17e7e5c8906300b46cfc9a7a7a4fd3a12aacd048 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Fri, 20 May 2022 18:06:42 +0200 Subject: [PATCH] Bugfixing the Darkmode Fixing the hover-effect in the device list --- front/css/dark-patch.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/css/dark-patch.css b/front/css/dark-patch.css index fbe7e2d4..0fb8d73e 100644 --- a/front/css/dark-patch.css +++ b/front/css/dark-patch.css @@ -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; +} \ No newline at end of file