summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-17 21:47:15 +0200
committerraveit65 <[email protected]>2015-09-17 21:47:15 +0200
commit924eeee56d87688891f59333e188b0a4dcb8a6b5 (patch)
tree6d09724080ab19b55fa9687a08f47f9d98b0b6be /desktop-themes/ContrastHigh
parenta38e8c92e18fc661478f1ae46fc782d8a34b3d25 (diff)
downloadmate-themes-924eeee56d87688891f59333e188b0a4dcb8a6b5.tar.bz2
mate-themes-924eeee56d87688891f59333e188b0a4dcb8a6b5.tar.xz
Gtk+-3.18 ContrastHigh themes: change .list-row.button to .list-row.activatable
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css22
1 files changed, 9 insertions, 13 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);