summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-02 15:07:51 +0100
committerraveit65 <[email protected]>2016-03-02 15:07:51 +0100
commit8023005064d0ff00bfc17166d91fd67f0e0b393f (patch)
tree3908f495f8c6cf671c70fb3dddb2c5db1b6eaaec /desktop-themes
parentc5397bc80c2ebc093d64b541f9a131fb2575964c (diff)
downloadmate-themes-8023005064d0ff00bfc17166d91fd67f0e0b393f.tar.bz2
mate-themes-8023005064d0ff00bfc17166d91fd67f0e0b393f.tar.xz
GTK+-3.20 TraditionalOK: fix jumping list rowsKeep treeviews from jumping
separators drawn at 0 by default until hovered
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 44f12316..68a0299e 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -201,6 +201,11 @@ statusbar frame button.flat {
border-radius: 0;
}
+/*Keep treeviews from jumping, separators drawn at 0 by default until hovered*/
+treeview.view.separator {
+ min-height: 2px;
+}
+
treeview.view separator,
treeview.view .separator, /* why ?*/
treeview separator,