Mini Kabibi Habibi
QWidget#wgtDevOpt
{
background: #404449;
border-top: 1px solid #232629;
border-bottom: 1px solid #232629;
}
QPushButton#btnAdd,
QPushButton#btnDelete,
QPushButton#btnBatchDown,
QPushButton#btnBatchAdd
{
background:transparent;
border:none;
color:#c2cad7;
}
QPushButton#btnAdd:hover,
QPushButton#btnDelete:hover,
QPushButton#btnBatchDown:hover,
QPushButton#btnBatchAdd:hover
{
background:transparent;
border:none;
color:#3598db;
}
QPushButton#btnAdd:disabled,
QPushButton#btnDelete:disabled,
QPushButton#btnBatchDown:disabled,
QPushButton#btnBatchAdd:disabled
{
background:transparent;
border:none;
color:#abb2bd;
}
QPushButton#btnAdd:pressed,
QPushButton#btnDelete:pressed,
QPushButton#btnBatchDown:pressed,
QPushButton#btnBatchAdd:pressed
{
background:transparent;
border:none;
color:#3598db;
}
QPushButton#btnAdd:checked,
QPushButton#btnDelete:checked,
QPushButton#btnBatchDown:checked,
QPushButton#btnBatchAdd:checked
{
background:transparent;
border:none;
color:#3598db;
}
QWidget#ManulAddDeviceEx
{
background-color:#404449;
}
QPushButton#pushButtonTreeAdd
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/add_n.png) ;
}
QPushButton#pushButtonTreeAdd:hover
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/add_h.png) ;
}
QPushButton#pushButtonTreeAdd:pressed
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/add_p.png) ;
}
QPushButton#pushButtonTreeAdd:disabled
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/add_d.png) ;
}
QPushButton#pushButtonTreeModify
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/edit_n.png) ;
}
QPushButton#pushButtonTreeModify:hover
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/edit_h.png) ;
}
QPushButton#pushButtonTreeModify:pressed
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/edit_p.png) ;
}
QPushButton#pushButtonTreeModify:disabled
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/edit_d.png) ;
}
QPushButton#pushButtonTreeDel
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/delete_n.png) ;
}
QPushButton#pushButtonTreeDel:hover
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/delete_h.png) ;
}
QPushButton#pushButtonTreeDel:pressed
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/delete_p.png) ;
}
QPushButton#pushButtonTreeDel:disabled
{
border:none;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/delete_d.png) ;
}
QPushButton#pushButtonNewPark
{
color:#c2cad7;
border:1px solid #cccccc;
border-radius: 2px;
}
QLabel#labelNumber
{
font-size: 12px;
color: #3598db;
}