diff options
author | raveit65 <[email protected]> | 2016-03-07 15:55:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-07 15:56:07 +0100 |
commit | 7db0f437040f6c978e9a30de0786306a8c5d48db (patch) | |
tree | 267ba2113d4cff268f2cb8c177741290a999689d /desktop-themes/Menta | |
parent | 086da89221879ceb7a16109f9124fd4ef01d0c68 (diff) | |
download | mate-themes-7db0f437040f6c978e9a30de0786306a8c5d48db.tar.bz2 mate-themes-7db0f437040f6c978e9a30de0786306a8c5d48db.tar.xz |
GTK+-3.20 Menta: fix jumping of vertical combobox if hover + adjust hover bg color of list rows
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 21fabf28..36e57f72 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2291,18 +2291,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; } /***************** @@ -5369,7 +5369,7 @@ list row.activatable:hover, .list-row:hover { padding: 2px; background-image: none; - background-color: shade (@theme_selected_bg_color, 1.55); + background-color: shade (@theme_selected_bg_color, 1.30); color: shade (@theme_selected_bg_color, 0.35); } |