Mini Kabibi Habibi

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

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

QWidget#wgtHideBtn
{
	background-color:#ffffff;
	min-width:80;
	max-width:205px;
	border-right: 1px solid #cccccc;
}

QWidget#m_centerWgt{
 /*	background-color:rgba(246,246,246,90%);*/
 	background-color:#ffffff;
	min-width:80;
	max-width:205px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

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

QPushButton#btn:hover
{
	color: #abb2bd;
	border-left:15px solid #f1f1f1;
	background-color:#f1f1f1;
}

QPushButton#btn:pressed
{
	color: #40c4ff;
}

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

QPushButton#btn:checked
{
	color: #40c4ff;
	border-left:15px solid #dfdfdf;
	background-color:#dfdfdf;
}

QPushButton#btn:checked:hover
{
	color: #40c4ff;
	border-left:15px solid #f1f1f1;
	background-color:#f1f1f1;
}

QPushButton#btn:!checked:hover
{
	color:#abb2bd;
	border-left:15px solid #f1f1f1;
	background-color:#f1f1f1;
}

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

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);
}