* added SubWindow flag to QtWindow to either use window decorations or show window within main window * fixes black borders in some Linux window managers bug id = 376 fortune cookie message = Your skill will accomplish what the force of many others cannot.
10 lines
159 B
CSS
10 lines
159 B
CSS
* {
|
|
color: white;
|
|
font-size: 14px;
|
|
font-weight: 100;
|
|
}
|
|
|
|
#window {
|
|
background: qlineargradient( x1:0 y1:0.4, x2:0 y2:1, stop:0 #2F3F86, stop:1 #1C7BBC );
|
|
}
|