diff options
author | raveit65 <[email protected]> | 2015-07-28 16:54:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-28 16:55:02 +0200 |
commit | 3310b62bb7e8a8bd1c8153703fde3d29ab3fdbb5 (patch) | |
tree | 3f9744aa6297f73eafee20b23cbaa0babe71a738 | |
parent | 68ff0609bdc80554b7a853bee6e4e5b2d1e5d460 (diff) | |
download | mate-themes-3310b62bb7e8a8bd1c8153703fde3d29ab3fdbb5.tar.bz2 mate-themes-3310b62bb7e8a8bd1c8153703fde3d29ab3fdbb5.tar.xz |
Traditional themes GTK3: style list-rows
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 3 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 4 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 3 |
3 files changed, 9 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 7d3ae1a2..f75b89b5 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -946,6 +946,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 +954,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 +963,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; 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; diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 6fc9490a..a539a704 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -945,6 +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; @@ -952,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%, @@ -960,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; |