Mini Kabibi Habibi
QWidget#wgtBackground
{
border:none;
background: #f6f6f6;
}
QLabel#label,
QLabel#DeviceNetworkSection
{
color:4a4a4a;
}
QPushButton#btnRefresh
{
background-color: #f6f6f6;
background-image: url(./Skin/White/DeviceManagerUI/refresh-n.png);
background-repeat:no-repeat;
background-position: left;
margin:0px;
padding-left:22px;
text-align:left;
border:none;
color: #4a4a4a;
}
QPushButton#btnRefresh:pressed
{
background-image: url(./Skin/White/DeviceManagerUI/refresh-p.png);
color:#3598db;
}
QPushButton#btnRefresh:hover:!pressed
{
background-image: url(./Skin/White/DeviceManagerUI/refresh-h.png);
color:#232629;
}
QPushButton#btnRefresh:disabled
{
background-image: url(./Skin/White/DeviceManagerUI/refresh-d.png);
color:#abb2bd;
}
QPushButton#btnModifyIP
{
background-color: #f6f6f6;
background-image: url(./Skin/White/DeviceManagerUI/modifyIP-n.png);
background-repeat:no-repeat;
background-position: left;
margin:0px;
padding-left:22px;
text-align:left;
color: #4a4a4a;
border:none;
}
QPushButton#btnModifyIP:pressed
{
background-image: url(./Skin/White/DeviceManagerUI/modifyIP-p.png);
color:#3598db;
}
QPushButton#btnModifyIP:hover:!pressed
{
background-image: url(./Skin/White/DeviceManagerUI/modifyIP-h.png);
color:#232629;
}
QPushButton#btnModifyIP:disabled
{
background-image: url(./Skin/White/DeviceManagerUI/modifyIP-d.png);
color:#abb2bd;
}
QPushButton#btnInitDev
{
background-color: #f6f6f6;
background-image: url(./Skin/White/DeviceManagerUI/init-n.png);
background-repeat:no-repeat;
background-position: left;
padding-left:22px;
text-align:left;
margin:2px;
color: #4a4a4a;
border:none;
}
QPushButton#btnInitDev:pressed
{
background-image: url(./Skin/White/DeviceManagerUI/init-p.png);
color:#3598db;
}
QPushButton#btnInitDev:hover:!pressed
{
background-image: url(./Skin/White/DeviceManagerUI/init-h.png);
color:#232629;
}
QPushButton#btnInitDev:disabled
{
background-image: url(./Skin/White/DeviceManagerUI/init-d.png);
color:#abb2bd;
}