From 8353903d45d1650c34ca10161a26b36318f24808 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Fri, 9 Feb 2018 15:25:19 +0100 Subject: [PATCH] Add the hover background color for the qtables --- css/backend.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/backend.css b/css/backend.css index 84770bf..809381b 100644 --- a/css/backend.css +++ b/css/backend.css @@ -253,6 +253,10 @@ html, body { margin-top: 0.5em; } +.ui-qtable tbody :hover { + background-color: #ffe; +} + .ui-qtable .qtable_row_link { background-color: #fff; /*border-bottom: 1px #99b solid;*/ -- GitLab