From 771e4f224bcb686cd3bf0019386d21f13f506660 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 6 Mar 2016 21:29:11 +0100 Subject: GTK+-3.20 Menta themes: fix jumping vertical combobox if hover --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 5e648114..052f3658 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1710,7 +1710,7 @@ toolbar.inline-toolbar toolbutton > button:first-child:checked, .linked.vertical > combobox:first-child > button.combo:focus:active:first-child, .linked.vertical > combobox:first-child > button.combo:checked:first-child, .linked.vertical > combobox:first-child > button.combo:focus:checked:first-child, -.linked.vertical > combobox:first-child > button.combo:hover:first-child:first-child, +.linked.vertical > combobox:first-child > button.combo:hover:first-child, .linked.vertical > combobox:first-child > button.combo:hover:active:first-child, .linked.vertical > combobox:first-child > button.combo:checked:hover:first-child, .linked.vertical entry:first-child, @@ -2316,18 +2316,18 @@ stack > box.linked.vertical > combobox:first-child > button.combo:focus:hover:fi border-image: none; border-style: solid; border-color: @borders; - border-width: 1px; } -stack > box.linked.vertical > button.text-button:last-child { +stack > box.linked.vertical > button.text-button:last-child, +stack > box.linked.vertical > button.text-button:last-child:hover { border-image: none; border-style: solid; border-color: @borders; - border-width: 0px 1px 1px 1px; + border-width: 1px 1px 1px 1px; } stack box.vertical.linked spinbutton.horizontal { - border-width: 0px 1px 1px 1px; + border-width: 1px 1px 0px 1px; } /***************** -- cgit v1.2.1