Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/DeviceManagerUI/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/DeviceManagerUI/DevAddWidget.qss

DevAddWidget
{
	background:#transparent;
}

QWidget#wgtContainer
{
	background:#f6f6f6;
	background-image: linear-gradient(
		#f6f6f6, 
		#f6f6f6), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
}

QWidget#wgtDevOpt
{
	background: #f6f6f6;
	border-top: 1px solid  #cccccc;
	border-bottom: 1px solid  #cccccc;
}

QWidget#wgtBtns
{
	background: #f6f6f6;
}

QWidget#wgtDevTab
{
	background: #ffffff;
	border-top: 1px solid  #cccccc;
}

QPushButton#btnAdd,
QPushButton#btnAutoSearch,
QPushButton#btnDel,
QPushButton#btnExportDev,
QPushButton#btnImportDev
{
    background:transparent;
	border:none;
	color:#4a4a4a;
    padding-left:18px;
}

QPushButton#btnAdd:hover,
QPushButton#btnAutoSearch:hover,
QPushButton#btnDel:hover,
QPushButton#btnExportDev:hover,
QPushButton#btnImportDev:hover
{
   background:transparent;
   border:none;
   color:#232629;
}

QPushButton#btnAdd:pressed,
QPushButton#btnAutoSearch:pressed,
QPushButton#btnDel:pressed,
QPushButton#btnExportDev:pressed,
QPushButton#btnImportDev:pressed,
QPushButton#btnAdd:checked,
QPushButton#btnAutoSearch:checked,
QPushButton#btnDel:checked,
QPushButton#btnExportDev:checked,
QPushButton#btnImportDev:checked
{
   background:transparent;
   border:none;
   color:#3598db;
}

QPushButton#btnAllDevice,
QPushButton#btnEncodeDevice,
QPushButton#btnDecodeDevice,
QPushButton#btnMatrixDevice,
QPushButton#btnControllerDevice,
QPushButton#btnACSDevice,
QPushButton#btnVDPDevice,
QPushButton#btnAlarmHostDevice,
QPushButton#btnAttendanceDevice
{
    background:transparent;
	border:none;
	color:#4a4a4a;
}

QPushButton#btnAllDevice:pressed,
QPushButton#btnEncodeDevice:pressed,
QPushButton#btnDecodeDevice:pressed,
QPushButton#btnMatrixDevice:pressed,
QPushButton#btnControllerDevice:pressed,
QPushButton#btnACSDevice:pressed,
QPushButton#btnVDPDevice:pressed,
QPushButton#btnAlarmHostDevice:pressed,
QPushButton#btnAttendanceDevice:pressed,
QPushButton#btnAllDevice:checked,
QPushButton#btnEncodeDevice:checked,
QPushButton#btnDecodeDevice:checked,
QPushButton#btnMatrixDevice:checked,
QPushButton#btnControllerDevice:checked,
QPushButton#btnACSDevice:checked,
QPushButton#btnVDPDevice:checked,
QPushButton#btnAlarmHostDevice:checked,
QPushButton#btnAttendanceDevice:checked
{
   background:transparent;
   border:none;
   border-bottom:3px solid #3598db;
   color:#3598db;
}