iso-profiles/blackbox/lxqt-kwin-dark-gaming/desktop-overlay/usr/share/lxqt/themes/dark-maia/lxqt-notificationd.qss
Frede Hundewadt 6869607422
[house keeping] moved oem profiles to separate folder
moved blackbox profiles to separate folder
2019-02-27 10:52:17 +01:00

27 lines
492 B
Text

Notification {
color: #DDDDDD;
border: 1px solid rgba(0, 0, 0, 50%);
background:rgba(0, 0, 0, 70%);
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;
}