diff options
author | raveit65 <[email protected]> | 2015-07-28 16:54:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-28 16:54:05 +0200 |
commit | 36416ccec41d34691b8499b45f3813f1132fa6ee (patch) | |
tree | 35fb6254235800a322a0b3134a9ab387a849149a /desktop-themes/TraditionalOk | |
parent | 41b642c29013d050deb783b5cb0e056fe8a02f51 (diff) | |
download | mate-themes-36416ccec41d34691b8499b45f3813f1132fa6ee.tar.bz2 mate-themes-36416ccec41d34691b8499b45f3813f1132fa6ee.tar.xz |
Traditional themes GTK3: style list-rows
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 4fcee798..0499a566 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -945,7 +945,7 @@ GtkColorChooserWidget #add-color-button { background-color: transparent; } - +GtkListBoxRow.list-row, GtkListBoxRow.button.list-row { color: @theme_text_color; background-color: @theme_base_color; @@ -953,6 +953,7 @@ GtkListBoxRow.button.list-row { border: none; } +GtkListBoxRow.list-row:hover, GtkListBoxRow.button.list-row:hover { background-image: linear-gradient(to bottom, @button_hover_gradient_a 5%, @@ -961,6 +962,7 @@ GtkListBoxRow.button.list-row:hover { background-color: transparent; } +GtkListBoxRow.list-row:selected, GtkListBoxRow.button.list-row:selected { color: @theme_selected_fg_color; border-style: solid; |