diff options
author | raveit65 <[email protected]> | 2016-03-06 21:29:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-06 21:29:11 +0100 |
commit | 771e4f224bcb686cd3bf0019386d21f13f506660 (patch) | |
tree | 74d93064f7d6048f8c7298352106bf3d15ad41fc /desktop-themes/BlueMenta/gtk-3.0 | |
parent | 4b7682c346b06fa877128dfc3a68ec07a567f1bb (diff) | |
download | mate-themes-771e4f224bcb686cd3bf0019386d21f13f506660.tar.bz2 mate-themes-771e4f224bcb686cd3bf0019386d21f13f506660.tar.xz |
GTK+-3.20 Menta themes: fix jumping vertical combobox if hover
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 5 insertions, 5 deletions
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; } /***************** |