qt/LedOK/qss/33_EWindow.css
2022-01-04 18:11:48 +08:00

20 lines
540 B
CSS

QListWidget[ssType="elementWindow"][ssName="elementList"]::item {
border-top: 1px solid #6A838F;
margin-right: 9px;
height: 25;
}
QListWidget[ssType="elementWindow"][ssName="elementList"]::item:hover,
QListWidget[ssType="elementWindow"][ssName="elementList"]::item:selected {
background-color: rgba(81, 81, 81, 0.3);
color: rgba(255,255,255,1);
}
QPushButton#wAdd:hover,
QPushButton#wClean:hover,
QPushButton#wDel:hover,
QPushButton#wGoDown:hover,
QPushButton#wGoUp:hover{
background-color: rgba(226,226,226,1);
}