From 5b12b8eb3004d97524607f89229fc96ab0ddf13a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 17 Sep 2015 21:47:15 +0200 Subject: Gtk+-3.18 ContrastHigh themes: change .list-row.button to .list-row.activatable --- .../ContrastHigh/gtk-3.0/gtk-widgets.css | 22 ++++++++----------- .../ContrastHighInverse/gtk-3.0/gtk-widgets.css | 25 +++++++++------------- 2 files changed, 19 insertions(+), 28 deletions(-) diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 1c8bc938..7ab5e9aa 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -1930,31 +1930,27 @@ GtkIconView.view.cell { padding: 2px; } -.list-row.button { +.list-row.activatable { background-color: @base_color; border-style: none; border-radius: 0px; box-shadow: none; } -.list-row.button:hover, -.list-row.button:backdrop:hover, -.list-row.button:selected:hover { - background-color: @theme_button_bg; - color: @theme_fg_color; +.list-row.activatable:hover, +.list-row.activatable:backdrop:hover, +.list-row.activatable:selected:hover { + background-color: @theme_fg_color; + border-color: @theme_fg_color; + color: @theme_selected_fg_color; border-radius: 4px; - box-shadow: inset 0px 1px shade (@theme_fg_color, 1.3), - inset 1px 0px shade (@theme_fg_color, 1.3), - inset -1px 0px shade (@theme_fg_color, 1.3), - inset 0px -1px shade (@theme_fg_color, 1.3); } -.list-row.button:active { +.list-row.activatable:active { box-shadow: inset 0 2px 2px -2px transparentize(black,0.8); } -.list-row.button:selected, -.list-row.button:selected:active { +.list-row.activatable:selected { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; box-shadow: inset 0 2px 3px -1px transparentize(black,0.5); diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 18658ede..82f2c083 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -1851,36 +1851,31 @@ GtkIconView.view.cell { padding: 2px; } -.list-row.button { +.list-row.activatable { background-color: @base_color; border-style: none; border-radius: 0px; box-shadow: none; } -.list-row.button:hover, -.list-row.button:backdrop:hover, -.list-row.button:selected:hover { - background-color: @theme_selected_bg_color; - color: @theme_fg_color; +.list-row.activatable:hover, +.list-row.activatable:backdrop:hover, +.list-row.activatable:selected:hover { + background-color: @theme_fg_color; + border-color: @theme_fg_color; + color: @theme_selected_fg_color; border-radius: 4px; - box-shadow: inset 0px 1px shade (@theme_fg_color, 1.3), - inset 1px 0px shade (@theme_fg_color, 1.3), - inset -1px 0px shade (@theme_fg_color, 1.3), - inset 0px -1px shade (@theme_fg_color, 1.3); } -.list-row.button:active { +.list-row.activatable:active { box-shadow: inset 0 2px 2px -2px transparentize(black,0.8); } -.list-row.button:selected, -.list-row.button:selected:active { - background-color: @theme_fg_color; +.list-row.activatable:selected { + background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; box-shadow: inset 0 2px 3px -1px transparentize(black,0.5); border-radius: 4px; - border-style: none; } .list-row:selected { -- cgit v1.2.1