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.
28 lines
492 B
28 lines
492 B
Notification {
|
|
color: #DDDDDD;
|
|
border: 1px solid rgba(0, 0, 0, 50%);
|
|
background:rgba(0, 0, 0, 80%);
|
|
margin: 0px;
|
|
}
|
|
|
|
QLabel {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
#closeButton {
|
|
border: none;
|
|
padding: 2px;
|
|
qproperty-icon: url(lxqt-notificationd/cancel.svg);
|
|
}
|
|
|
|
#closeButton:hover {
|
|
border: 1px solid rgba(0, 0, 0, 50%);
|
|
padding: 2px;
|
|
background: rgba(255, 255, 255, 20%);
|
|
qproperty-icon: url(lxqt-notificationd/cancel.png);
|
|
}
|
|
|
|
#appLabel {
|
|
font-weight: bold;
|
|
}
|