| | |
| | | |
| | | QWK--WindowBar[bar-active=true] { |
| | | background-color: #195ABE; |
| | | /* background-color: transparent; */ |
| | | } |
| | | |
| | | QWK--WindowBar[bar-active=false] { |
| | | background-color: #195ABE; |
| | | /* background-color: transparent; */ |
| | | } |
| | | |
| | | |
| | |
| | | background-color: transparent; |
| | | } |
| | | |
| | | QWK--WindowBar>QAbstractButton#pin-button { |
| | | qproperty-iconNormal: url(":/window-bar/pin.svg"); |
| | | qproperty-iconChecked: url(":/window-bar/pin-fill.svg"); |
| | | qproperty-iconSize: 15px 15px; |
| | | } |
| | | |
| | | QWK--WindowBar>QAbstractButton#pin-button:hover, |
| | | QWK--WindowBar>QAbstractButton#pin-button:pressed { |
| | | background-color: rgba(0, 0, 0, 15%); |
| | | } |
| | | |
| | | QWK--WindowBar>QAbstractButton#min-button { |
| | | qproperty-iconNormal: url(":/window-bar/minimize.svg"); |
| | | qproperty-iconSize: 12px 12px; |
| | | } |
| | | |
| | | QWK--WindowBar>QAbstractButton#min-button:hover, |