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.
artwork/usr/share/lxqt/lubuntu/lxqt-lightdm-greeter.qss

29 lines
473 B

QWidget {
border-radius: 5px;
}
#formFrame {
background-color: rgba(200,200,200, 128);
border-radius: 10px;
}
QComboBox,
QPushButton {
border: 1px solid silver;
background-color: rgb(200, 200, 200);
}
QComboBox::drop-down {
border: none;
width: 24px;
}
QComboBox::down-arrow {
image: url(lxqt-lightdm-greeter/dropdown.svg);
}
#leaveButton {
qproperty-iconSize: 25px;
qproperty-icon: url(lxqt-lightdm-greeter/leaveIcon.svg);
}