summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-14 21:22:32 +0200
committerraveit65 <[email protected]>2015-08-14 21:23:29 +0200
commit89bd76c797f2392c08c6156134797a04d65e7cd6 (patch)
tree1f91134499617b4183c649ceb85903533b376466 /desktop-themes
parent028e95931cc728cfb2453d2c535a4ba5c74aeca0 (diff)
downloadmate-themes-89bd76c797f2392c08c6156134797a04d65e7cd6.tar.bz2
mate-themes-89bd76c797f2392c08c6156134797a04d65e7cd6.tar.xz
GTK3 ContrastHighInverse: adjust list-rows
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css10
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 0bccd54c..8e8e8c12 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -1911,8 +1911,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 {
@@ -1921,9 +1925,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 {