mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
themes: Define merged titlebar icon colors
Resolves #11552 We did not explicitly define the colors for the Minimize, Maximize, and Close button icons for merged titlebars. On some system themes, the color used blends into the titlebar and makes the icon look invisible. This patch makes sure we always define the icon color for the Default theme.
This commit is contained in:
parent
a5de79e3b2
commit
f58ac5f6cd
1 changed files with 5 additions and 0 deletions
|
@ -817,6 +817,11 @@ headerbar button.titlebutton, headerbar > menubar {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Define icon colors for merged headerbar buttons */
|
||||||
|
.minimize image, .maximize image, .close image {
|
||||||
|
color: @scrollbar-slider-color;
|
||||||
|
}
|
||||||
|
|
||||||
.titlebar {
|
.titlebar {
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue