Mini Kabibi Habibi
QWidget#wgtDevOpt
{
background: #f6f6f6;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
QPushButton#btnAdd,
QPushButton#btnDelete,
QPushButton#btnImport,
QPushButton#btnExport
{
background:transparent;
border:none;
color:#4a4a4a;
}
QPushButton#btnAdd:hover,
QPushButton#btnDelete:hover,
QPushButton#btnImport:hover,
QPushButton#btnExport:hover
{
background:transparent;
border:none;
color:#232629;
}
QPushButton#btnAdd:disabled,
QPushButton#btnDelete:disabled,
QPushButton#btnImport:disabled,
QPushButton#btnExport:disabled
{
background:transparent;
border:none;
color:#abb2bd;
}
QPushButton#btnAdd:pressed,
QPushButton#btnDelete:pressed,
QPushButton#btnImport:pressed,
QPushButton#btnExport:pressed
{
background:transparent;
border:none;
color:#3598db;
}
QPushButton#btnAdd:checked,
QPushButton#btnDelete:checked,
QPushButton#btnImport:checked,
QPushButton#btnExport:checked
{
background:transparent;
border:none;
color:#3598db;
}
QWidget#wgtStatus
{
background: #f6f6f6;
border-top: 1px solid #cccccc;
}
QPushButton#pushButton
{
background:transparent;
background-image: url(./Skin/DustyBlue/VIntercomConfigUI/TipIcon.png) ;
}