summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-25 16:29:22 +0100
committerraveit65 <[email protected]>2016-03-25 16:29:55 +0100
commit9be4e9748c947969adc7b53f8ea9d240cd9735af (patch)
tree9b6c77395ec0395c350ef8f24d17b4cd57396578 /desktop-themes
parentadb0feb0c5506957143671dd4e2591a77f730744 (diff)
downloadmate-themes-9be4e9748c947969adc7b53f8ea9d240cd9735af.tar.bz2
mate-themes-9be4e9748c947969adc7b53f8ea9d240cd9735af.tar.xz
GTK+-3.20 TOK themes: fix treeview header button
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 75ecfecb..99d3c3ac 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -2970,7 +2970,8 @@ treeview header button,
treeview header button:focus,
treeview header button:checked,
treeview header button:checked:hover,
-treeview header button:focus:checked {
+treeview header button:focus:checked,
+treeview header button:focus:hover:active {
border-image: none;
border-width: 1px;
border-radius: 0;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 3990383b..0d0ab2c1 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2970,7 +2970,8 @@ treeview header button,
treeview header button:focus,
treeview header button:checked,
treeview header button:checked:hover,
-treeview header button:focus:checked {
+treeview header button:focus:checked,
+treeview header button:focus:hover:active {
border-image: none;
border-width: 1px;
border-radius: 0;