themes: Define headerbar button colors
When the titlebar and menubar are merged, we have control over the colors of the min/max/close buttons. Some system themes define these colors in ways that clash with our Default theme, so this patch adds explicit CSS rules to ensure they match our theme style.
This commit is contained in:
parent
3e5fbc78d1
commit
3894e6ae5d
1 changed files with 6 additions and 0 deletions
|
|
@ -502,6 +502,12 @@ button.titlebutton
|
|||
{
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
color: @fg-color;
|
||||
}
|
||||
|
||||
button.titlebutton image
|
||||
{
|
||||
color: @fg-color;
|
||||
}
|
||||
|
||||
button:checked, button.titlebutton:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue