| | |
| | | /* Window bar */ |
| | | |
| | | QWK--WindowBar[bar-active=true] { |
| | | background-color: #195ABE; |
| | | /*background-color: #195ABE;*/ |
| | | background-color: transparent; |
| | | } |
| | | |
| | | QWK--WindowBar[bar-active=false] { |
| | | background-color: #195ABE; |
| | | /*background-color: #195ABE;*/ |
| | | background-color: transparent; |
| | | } |
| | | |
| | | |
| | |
| | | |
| | | /* Window */ |
| | | |
| | | MainWindow[custom-style=true] { |
| | | background-color: transparent; |
| | | MainWindow { |
| | | background-color: #F3F3F3; |
| | | } |
| | | |
| | | MainWindow[custom-style=false] { |
| | | background-color: #F3F3F3; |
| | | MainWindow[custom-style=true] { |
| | | background-color: transparent; |
| | | } |
| | | |
| | | QWidget#clock-widget { |