gui: we don't really do selection in the flowbox, so let's make it white

pull/145/head
Peter Hutterer 2019-07-23 12:58:08 +10:00
parent 4e886fca2b
commit a63355a03e
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ def install_excepthook():
def gtk_style():
css = b"""
flowboxchild:selected {
background-color: white;
}
.bg-white {
background-color: white;
}