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.
(cherry picked from commit 3894e6ae5d)
This commit is contained in:
parent
3b838d0da1
commit
eca7f2c9c7
1 changed files with 6 additions and 0 deletions
|
|
@ -484,6 +484,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