59 lines
1.3 KiB
CSS
59 lines
1.3 KiB
CSS
QPushButton#bnAddPlan,
|
|
QPushButton#bnClearPlan{
|
|
width: 24;
|
|
height: 24;
|
|
}
|
|
QPushButton#bnDel {
|
|
width: 18;
|
|
height: 18;
|
|
}
|
|
|
|
QPushButton#bnAddPlan:pressed,
|
|
QPushButton#bnClearPlan:pressed,
|
|
QPushButton#bnDel:pressed {
|
|
margin-top: 1px;
|
|
margin-left: 1px;
|
|
}
|
|
|
|
|
|
QPushButton#bnAddPlan {
|
|
/*border-image: url(:/res/ProgramManager/EditProgram/AddPlan.png);*/
|
|
image: url(:/res/ProgramManager/EditProgram/AddPlan.png);
|
|
}
|
|
QPushButton#bnClearPlan:hover,
|
|
QPushButton#wGoUp:hover{
|
|
background-color: rgba(226,226,226,1);
|
|
}
|
|
QPushButton#bnClearPlan {
|
|
/*border-image: url(:/res/ProgramManager/EditProgram/Clean.png);*/
|
|
image: url(:/res/ProgramManager/EditProgram/Clean.png);
|
|
}
|
|
QPushButton#bnDel {
|
|
/* border-image: url(:/res/ProgramManager/EditProgram/Delete.png);*/
|
|
image: url(:/res/ProgramManager/EditProgram/Delete.png);
|
|
}
|
|
|
|
QListWidget#wPlans::item {
|
|
height: 100;
|
|
border-top: 1px solid #6A838F;
|
|
margin-right: 9px;
|
|
}
|
|
QPushButton[ssType="progEditor"][ssName="weeklySelector"] {
|
|
border: 1px solid #6A838F;
|
|
width: 24;
|
|
height: 24;
|
|
}
|
|
QPushButton[ssType="progEditor"][ssName="weeklySelector"]:checked {
|
|
background-color: #1C9AD2;
|
|
}
|
|
|
|
QPushButton#bnSelectFile {
|
|
background-color: #1C9AD2;
|
|
border: 1px solid #6A838F;
|
|
width: 30px;
|
|
height: 23px;
|
|
}
|
|
QPushButton#bnSelectFile:pressed {
|
|
background: transparent;
|
|
}
|