You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
354 B
18 lines
354 B
Notification {
|
|
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
|
|
border: 1px solid #B0B0B0;
|
|
margin: 0px;
|
|
}
|
|
|
|
QLabel {
|
|
color: black;
|
|
}
|
|
|
|
#appLabel {
|
|
color: #838581;
|
|
}
|
|
|
|
#closeButton {
|
|
qproperty-icon: url(lxqt-runner/close-48x48.png);
|
|
}
|