From b4303e205bea2f3bc4fdfb308ebe171be9a218e5 Mon Sep 17 00:00:00 2001 From: luxick Date: Sun, 3 Mar 2019 11:44:47 +0100 Subject: [PATCH] Disable hover on readonly lists. --- static/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/custom.css b/static/custom.css index 4168bb2..2bfbe83 100644 --- a/static/custom.css +++ b/static/custom.css @@ -61,4 +61,10 @@ a:hover { display: flex; align-items: center; +} + +/* Theme customizations */ +.list-group-item:hover { + color: inherit; + background-color: rgb(34, 34, 34); } \ No newline at end of file