themes: Define treeview checkbox colors

Resolves #8756 (along with !1065)

The system theme leaked due to the checkbox styling not being
defined for GtkTreeView checkboxes.
The background-image in particular overpowers other settings.
The normal checkbox styling is now specifically applied to
these checkboxes as well.
This commit is contained in:
Alx Sa 2023-09-21 22:36:31 +00:00
parent 8c4ee50867
commit 59ce1a7255
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ checkbutton:hover, checkbutton.text-button:hover, checkbutton:hover label, radio
background-color: @hover-color;
}
checkbutton check, radiobutton radio {
checkbutton check, radiobutton radio, treeview.view check {
background-image: none;
background-color: @extreme-bg-color;
border: 1px solid @stronger-border-color;