summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-17 21:47:15 +0200
committerraveit65 <[email protected]>2015-09-17 21:48:00 +0200
commit5b12b8eb3004d97524607f89229fc96ab0ddf13a (patch)
treeab5a257611571329a6d9eab5dcca6f6189153678
parent5a28412fa1074b2c8ceca727353fdd9b05892349 (diff)
downloadmate-themes-5b12b8eb3004d97524607f89229fc96ab0ddf13a.tar.bz2
mate-themes-5b12b8eb3004d97524607f89229fc96ab0ddf13a.tar.xz
Gtk+-3.18 ContrastHigh themes: change .list-row.button to .list-row.activatable
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css22
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css25
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 {