Skip to content
This organization was marked as archived by an administrator on Aug 14, 2024. It is no longer maintained.

Support for changing close/maximize/minimize buttons #21

Answered by ArtyIF
caioolivv asked this question in Q&A
Discussion options

You must be logged in to vote

In particular, if you want to hide the circles from the window controls, use:

windowcontrols image {
    background-color: transparent;
}
    
/* If you want to keep the circles when you hover: */
windowcontrols image:hover {
    background-color: alpha(@headerbar_fg_color, 0.07);
}

/* When the buttons are pushed down: */
windowcontrols image:active {
    background-color: alpha(@headerbar_fg_color, 0.16);
}

The alpha values are based on values the flat buttons use.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@caioolivv
Comment options

@ArtyIF
Comment options

Answer selected by caioolivv
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #20 on July 26, 2022 18:49.