From 1b3d41cd5049e440377598c637dfce8d6f1d5757 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Mon, 25 Jun 2018 18:13:38 +0200 Subject: [PATCH] Changed :hover background color of tablesorter --- skin/vilesci.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/skin/vilesci.css b/skin/vilesci.css index 35e3d07ca..433ca0a4c 100644 --- a/skin/vilesci.css +++ b/skin/vilesci.css @@ -46,8 +46,9 @@ tr.liste1 background-color: #EFEFDD; } -table.tablesorter tr:hover td { - background-color: rgb(226, 255, 226) !important; +table.tablesorter tr:hover td +{ + background-color: #DCE4EF !important; } td.button