mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00
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:
parent
aa30b40fee
commit
bcf5697289
1 changed files with 9 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue