summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-08 23:18:01 +0100
committerraveit65 <[email protected]>2016-03-08 23:18:27 +0100
commit49776d511e97d4532d4b8df549f6d0286b3f31a3 (patch)
tree9d1bb646b46a1db5c7c1c5f3d5985d73cf0f047c /desktop-themes/TraditionalOk/gtk-3.0
parente7262a12114c91c878cfd5ddc209d42c08870e6e (diff)
downloadmate-themes-49776d511e97d4532d4b8df549f6d0286b3f31a3.tar.bz2
mate-themes-49776d511e97d4532d4b8df549f6d0286b3f31a3.tar.xz
GTK+-3.20 Traditional themes: set a minimal height for rows
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-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 b159fe56..af42dca6 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2938,6 +2938,11 @@ treeview header button:last-child:active:focus{
border-right: none;
}
+row,
+row:focus {
+ min-height: 22px;
+}
+
row:hover,
row:disabled,
row:selected,