mirror of
https://github.com/labwc/labwc.git
synced 2026-02-21 01:40:26 -05:00
theme: add circle button hover effect (#2127)
This commit is contained in:
parent
dcd9b47e5b
commit
9395348c55
4 changed files with 59 additions and 19 deletions
|
|
@ -132,6 +132,10 @@ labwc-config(5).
|
|||
Space between titlebar buttons, in pixels.
|
||||
Default is 0.
|
||||
|
||||
*window.button.hover.bg.shape*
|
||||
The shape of the hover effect of a titlebar button: "rectangle" or "circle".
|
||||
Default is "rectangle".
|
||||
|
||||
*window.active.button.unpressed.image.color*
|
||||
Color of the images in titlebar buttons in their default, unpressed,
|
||||
state. This element is for the focused window.
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@ window.label.text.justify: center
|
|||
window.button.width: 26
|
||||
window.button.spacing: 0
|
||||
|
||||
# window button hover effect
|
||||
window.button.hover.bg.shape: rectangle
|
||||
|
||||
# window buttons
|
||||
window.active.button.unpressed.image.color: #000000
|
||||
window.inactive.button.unpressed.image.color: #000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue