From 5339c08114f84ca137adad5af7e0f6a28c9ec30e Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sat, 2 Apr 2022 17:08:53 +0200 Subject: Fix bug #6 --- src/gtk/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gtk/style.css') diff --git a/src/gtk/style.css b/src/gtk/style.css index 5681ce3..15c1dba 100755 --- a/src/gtk/style.css +++ b/src/gtk/style.css @@ -13,7 +13,7 @@ } .inactive-button, .inactive-button:hover { - background-color: #f3f3f3; + background-color: unset; } .error_message { -- cgit 1.4.1