From a63355a03e999ddf649183a3cf61d71db3ef6d5d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 23 Jul 2019 12:58:08 +1000 Subject: [PATCH] gui: we don't really do selection in the flowbox, so let's make it white --- tuhi-gui.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tuhi-gui.in b/tuhi-gui.in index dfe6b51..b5786f3 100755 --- a/tuhi-gui.in +++ b/tuhi-gui.in @@ -23,6 +23,9 @@ def install_excepthook(): def gtk_style(): css = b""" + flowboxchild:selected { + background-color: white; + } .bg-white { background-color: white; }