Mini Kabibi Habibi
QPushButton#btnOpenDoor1,
QPushButton#btnOpenDoor2
{
color:#c2cad7;
border:none;
background-image: url(./Skin/DustyBlue/VIMainControlUI/door_close_n.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25;
font-family: Microsoft YaHei;
font-size: 12px;
font-weight: normal;
line-height: 16px;
text-align: left center;
}
QPushButton#btnOpenDoor1:hover,
QPushButton#btnOpenDoor2:hover
{
color:#ffffff;
border:none;
background-image: url(./Skin/DustyBlue/VIMainControlUI/door_close_h.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25;
font-family: Microsoft YaHei;
font-size: 12px;
font-weight: normal;
line-height: 16px;
text-align: left center;
}
QPushButton#btnOpenDoor1:pressed,
QPushButton#btnOpenDoor2:pressed
{
color:#40c4ff;
border:none;
background-image: url(./Skin/DustyBlue/VIMainControlUI/door_close_p.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25;
font-family: Microsoft YaHei;
font-size: 12px;
font-weight: normal;
line-height: 16px;
text-align: left center;
}
QPushButton#btnOpenDoor1:disabled,
QPushButton#btnOpenDoor2:disabled
{
color:#4a515a;
border:none;
background-image: url(./Skin/DustyBlue/VIMainControlUI/door_close_d.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25;
font-family: Microsoft YaHei;
font-size: 12px;
font-weight: normal;
line-height: 16px;
text-align: left center;
}
QPushButton#btnCapture:checked,
QPushButton#btnRecord:checked,
QPushButton#btnMicrophoneMute:checked,
QPushButton#btnMute:checked
{
outline: none;
border-image: url(./Skin/DustyBlue/VIMainControlUI/switchon.png);
background-color: transparent;
}
QPushButton#btnCapture,
QPushButton#btnRecord,
QPushButton#btnMicrophoneMute,
QPushButton#btnMute
{
outline: none;
border-image: url(./Skin/DustyBlue/VIMainControlUI/switchoff.png);
background-color: transparent;
}