gui: we don't really do selection in the flowbox, so let's make it white
This commit is contained in:
parent
4e886fca2b
commit
a63355a03e
|
@ -23,6 +23,9 @@ def install_excepthook():
|
||||||
|
|
||||||
def gtk_style():
|
def gtk_style():
|
||||||
css = b"""
|
css = b"""
|
||||||
|
flowboxchild:selected {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
.bg-white {
|
.bg-white {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue