Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/VIMainControlUI/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/VIMainControlUI/TalkDialog.css

QPushButton#btnOpenDoor1,
QPushButton#btnOpenDoor2
{
	color:#4a4a4a;
	border:none;
	background-image:  url(./Skin/White/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:#232629;
	border:none;
	background-image:  url(./Skin/White/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:#3598db;
	border:none;
	background-image:  url(./Skin/White/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:#abb2bd;
	border:none;
	background-image:  url(./Skin/White/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/White/VIMainControlUI/switchon.png);
	background-color: transparent;
}

QPushButton#btnCapture,
QPushButton#btnRecord,
QPushButton#btnMicrophoneMute,
QPushButton#btnMute
{
	outline: none;
	border-image: url(./Skin/White/VIMainControlUI/switchoff.png);
	background-color: transparent;
}