diff options
author | raveit65 <[email protected]> | 2015-07-28 16:54:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-28 16:55:21 +0200 |
commit | 862901b0f3f503bc56e0d2fd6d910ac8c0cbf9b2 (patch) | |
tree | 579a3f0e15b2641c9623c7f8fcf8e69116963467 | |
parent | cc5504f80c149c2c94dd9e204960f923221531e1 (diff) | |
download | mate-themes-862901b0f3f503bc56e0d2fd6d910ac8c0cbf9b2.tar.bz2 mate-themes-862901b0f3f503bc56e0d2fd6d910ac8c0cbf9b2.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 5c35be0e..29e2570b 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -756,6 +756,7 @@ GtkColorChooserWidget #add-color-button { background-color: transparent; } +GtkListBoxRow.list-row, GtkListBoxRow.button.list-row { color: @theme_text_color; background-color: @theme_base_color; @@ -763,6 +764,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%, @@ -771,6 +773,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 fcfe56b0..d9c94e7b 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -755,7 +755,7 @@ GtkColorChooserWidget #add-color-button { background-color: transparent; } - +GtkListBoxRow.list-row, GtkListBoxRow.button.list-row { color: @theme_text_color; background-color: @theme_base_color; @@ -763,6 +763,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%, @@ -771,6 +772,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 b237ad34..1a3041d7 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -755,6 +755,7 @@ GtkColorChooserWidget #add-color-button { background-color: transparent; } +GtkListBoxRow.list-row, GtkListBoxRow.button.list-row { color: @theme_text_color; background-color: @theme_base_color; @@ -762,6 +763,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%, @@ -770,6 +772,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; |