about summary refs log tree commit diff
path: root/src/gtk/style.css
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-04-02 17:08:53 +0200
committerRicky Kresslein <rk@lakoliu.com>2022-04-02 17:08:53 +0200
commit5339c08114f84ca137adad5af7e0f6a28c9ec30e (patch)
treeb97b5b5f8e370da9f7d45424093cc07cb99d157e /src/gtk/style.css
parent5ffdc97f5620ae84358c2bf870b584d776f99431 (diff)
downloadFurtherance-5339c08114f84ca137adad5af7e0f6a28c9ec30e.tar.zst
Fix bug #6
Diffstat (limited to 'src/gtk/style.css')
-rwxr-xr-xsrc/gtk/style.css2
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 {