diff options
author | raveit65 <[email protected]> | 2016-03-07 15:55:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-07 15:55:35 +0100 |
commit | e5e0d3bff46eef1668718e6f1998618458d91aa5 (patch) | |
tree | 6e96051b3f183383258a0a60832497043afb6bbe | |
parent | 2e2c26b6f68973c284b00cf1ef46c13a95219c4d (diff) | |
download | mate-themes-e5e0d3bff46eef1668718e6f1998618458d91aa5.tar.bz2 mate-themes-e5e0d3bff46eef1668718e6f1998618458d91aa5.tar.xz |
GTK+-3.20 Menta: fix jumping of vertical combobox if hover + adjust hover bg color of list rows
-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); } |