/usr/share/lxqt/themes/kde-plasma/lxqt-notificationd.qss is in lxqt-common 0.11.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | Notification {
color: #313639;
border: 1px solid rgba(155, 155, 155, 100%);
background:rgba(240, 240, 240, 100%);
margin: 0px;
border-radius: 5px;
}
QLabel {
color: #313639;
}
#closeButton {
margin: 3px;
border-radius: 4px;
border: 1px solid transparent;
padding: 4px;
qproperty-icon: url(lxqt-notificationd/window-close.svg);
}
#closeButton:hover {
color: rgba(54, 54, 54, 100%);
background: rgba(30, 145, 255, 30%);
border: 1px solid rgba(30, 145, 255, 100%);
}
#appLabel {
font-weight: bold;
}
|