diff options
author | raveit65 <[email protected]> | 2016-03-02 15:07:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-02 15:08:30 +0100 |
commit | cfc4d79b005314ceb4d7315b49763339099d9d9a (patch) | |
tree | a55f8b2ac7ed722855014182df362e5352105aa2 | |
parent | d7ad603476aa7ccce0eb4cfc3731608dfeb64964 (diff) | |
download | mate-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
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 5 |
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, |