diff options
author | raveit65 <[email protected]> | 2015-08-14 21:22:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 21:23:03 +0200 |
commit | 8e0e7cf9d23382b5d41b350b2ae2cc6b4fa7dfd3 (patch) | |
tree | 371c2c867b99def6fb255b9a75b33f83578d1729 /desktop-themes/ContrastHighInverse/gtk-3.0 | |
parent | 3f768b5070b0272d43e0d84c4e01162ec6300a2a (diff) | |
download | mate-themes-8e0e7cf9d23382b5d41b350b2ae2cc6b4fa7dfd3.tar.bz2 mate-themes-8e0e7cf9d23382b5d41b350b2ae2cc6b4fa7dfd3.tar.xz |
GTK3 ContrastHighInverse: adjust list-rows
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index e868fb87..3aeaa44c 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -1967,8 +1967,12 @@ GtkIconView.view.cell { .list-row.button:backdrop:hover, .list-row.button:selected:hover { background-color: @theme_selected_bg_color; - color: @theme_selected_fg_color; + color: @theme_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 { @@ -1977,9 +1981,11 @@ GtkIconView.view.cell { .list-row.button:selected, .list-row.button:selected:active { - color: @theme_fg_color; + background-color: @theme_fg_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 { |