themes: Define GtkListBox row styles

Resolves #11531

GtkListBox's CSS was previously defined, but GtkListBoxRow
did not inherit those values. This patch explicitly defines this
so we do not have system theme leaks.
This commit is contained in:
Alx Sa 2024-05-14 15:13:49 +00:00
parent aa30b40fee
commit bcf5697289

View file

@ -600,10 +600,18 @@ actionbar revealer box {
/* GtkListBox widgets */
list {
list, list row {
background-color: @widget-bg-color;
}
list row:selected {
background-color: @selected-color;
}
list row:hover {
background-color: @hover-color;
}
/* GtkSwitch buttons */
switch {