lxqt-themes-packaging/themes/light/lxqt-notificationd.qss
Alf Gaida 7e59bfaa79
Adding upstream version 0.11.96.
Signed-off-by: Alf Gaida <agaida@siduction.org>
2017-07-07 19:47:37 +02:00

18 lines
354 B
Plaintext

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);
}