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:08:30 +0100
commitcfc4d79b005314ceb4d7315b49763339099d9d9a (patch)
treea55f8b2ac7ed722855014182df362e5352105aa2 /desktop-themes
parentd7ad603476aa7ccce0eb4cfc3731608dfeb64964 (diff)
downloadmate-themes-cfc4d79b005314ceb4d7315b49763339099d9d9a.tar.bz2
mate-themes-cfc4d79b005314ceb4d7315b49763339099d9d9a.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,