diff --git a/themes/Default/common.css b/themes/Default/common.css index 884dac1124..3dd670ecc0 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -237,7 +237,8 @@ toolbutton button.flat:hover { } toolbutton button.flat:checked, -toolbutton button.flat:checked:hover { +toolbutton button.flat:checked:hover, +.image-button:hover { background: @selected-color; } @@ -249,6 +250,11 @@ toolbutton button.flat:checked:active:hover { border-color: @hover-color; } +/* Prevent overly thick border around image buttons */ +.image-button image { + -gtk-icon-shadow: 0 0 transparent; +} + /* Color the toolbox Wilber icon */ GimpDock frame:first-child:not(label) { color: @dimmed-fg-color;