Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/DustyBlue/UICommonModule/NavigationBar/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/DustyBlue/UICommonModule/NavigationBar/CNavBarShadeWidget.qss

CNavBarShadeWidget#CNavBarShadeWidget{
	background:transparent;
	border: none;
}

QWidget#wgtHideBtn
{
	background-color:#292C31;
	min-width:80;
	max-width:205px;
	border-top: 1px solid #1F2224;
	border-right: 1px solid #1F2224;
}

QWidget#m_centerWgt{
 	background-color:#292C31;
	min-width:80;
	max-width:205px;
	border-right: 1px solid #1F2224;
	border-bottom: 1px solid #1F2224;
}

QPushButton#btn
{
	height: 60px;
	border-image: none;
	border-left:15px solid #292C31;
	padding: 0;
	border-radius: 0;
    	outline: none;
	color:#ABB2BD;
	font-size:14px;
	image-position: left center;
	text-align: left center;
	background:transparent;
}

QPushButton#btn:hover
{
	color: #ffffff;
	background-color:#2E3136;
	border-left:15px solid #2E3136;
}

QPushButton#btn:pressed
{
	color: #c2cad7;
}

QPushButton#btn:disabled
{
	color: #5a6068;
}

QPushButton#btn:checked
{
	color: #ffffff;
	border-left:15px solid #35393e;
	background-color:#35393e;
}

QPushButton#btn:checked:hover
{
	color: #ffffff;
	border-left:15px solid #2E3136;
	background-color:#2E3136;
}

QPushButton#btn:!checked
{
	color:#ABB2BD;
}

QPushButton#btn:hover
{
	color: #5a6068;
	border-left:15px solid #2E3136;
	background-color:#2E3136;
}

QPushButton#btnHide
{
	border-image:url(./Skin/White/HomePage/menu_retract_n.png);
}

QPushButton#btnHide:hover
{
	border-image:url(./Skin/White/HomePage/menu_retract_h.png);
}