From e9a80292d2a3ade4c2c3a935df3ab95895020c3b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 8 Mar 2021 22:27:53 +0100 Subject: [PATCH] fix hover style of table edit actions --- src/styles/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/app.css b/src/styles/app.css index 035497c..dc55a11 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -265,8 +265,8 @@ hr { line-height: 1em !important; } -.table-control-button:hover { - color: #888; +.btn-table-control-button:hover { + color: #888 !important; } .table-control-checkbox input {