diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-02 17:08:53 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-02 17:08:53 +0200 |
commit | 5339c08114f84ca137adad5af7e0f6a28c9ec30e (patch) | |
tree | b97b5b5f8e370da9f7d45424093cc07cb99d157e /src/gtk/style.css | |
parent | 5ffdc97f5620ae84358c2bf870b584d776f99431 (diff) | |
download | Furtherance-5339c08114f84ca137adad5af7e0f6a28c9ec30e.tar.zst |
Fix bug #6
Diffstat (limited to 'src/gtk/style.css')
-rwxr-xr-x | src/gtk/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |