diff --git a/themes/Default/common.css b/themes/Default/common.css index 73a822b916..70cc866b32 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -817,6 +817,11 @@ headerbar button.titlebutton, headerbar > menubar { box-shadow: none; } +/* Define icon colors for merged headerbar buttons */ +.minimize image, .maximize image, .close image { + color: @scrollbar-slider-color; +} + .titlebar { padding-top: 0px; padding-bottom: 0px;