Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/PlayBackUI/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/PlayBackUI/QueryDeviceTreeAndView.css


QueryDeviceTreeAndView QPushButton#pBtnDevice,#pBtnView
{	
    color:#4A4A4A;
    background-color: #F6F6F6; 
    border: 0px none;
    border-right: 10px solid transparent;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
    text-align: left;
    padding: 0 18px 0 10px;
	
	
    background-position: center right;
    background-origin: padding;
    background-repeat: no-repeat;
}
QueryDeviceTreeAndView QPushButton#pBtnDevice:!checked,#pBtnView:!checked
{
    background-image: url(./Skin/White/PlayBackUI/arrow_rightClick_normal.png);
}

QueryDeviceTreeAndView QPushButton#pBtnDevice:!checked:hover,#pBtnView:!checked:hover
{
    color: #4A4A4A;
    background-image: url(./Skin/White/PlayBackUI/arrow_rightClick_hover.png);
}

QueryDeviceTreeAndView QPushButton#pBtnDevice:!checked:pressed,#pBtnView:!checked:pressed
{
    color: #4A4A4A;
    background-image: url(./Skin/White/PlayBackUI/arrow_rightClick_pressed.png);
}

QueryDeviceTreeAndView QPushButton#pBtnDevice:!checked:disabled,#pBtnView:!checked:disabled
{
    background-image: url(./Skin/White/PlayBackUI/arrow_rightClick_disable.png);
}

QueryDeviceTreeAndView QPushButton#pBtnDevice:checked,#pBtnView:checked
{
    color: #4A4A4A;
    background-image: url(./Skin/White/PlayBackUI/arrow_bottomClick_normal.png);
}

QueryDeviceTreeAndView QPushButton#pBtnDevice:checked:hover,#pBtnView:checked:hover
{
    color: #4A4A4A;
    background-image: url(./Skin/White/PlayBackUI/arrow_bottomClick_hover.png);
}

QueryDeviceTreeAndView QPushButton#pBtnDevice:checked:pressed,#pBtnView:checked:pressed
{
    color: #4A4A4A;
    background-image: url(./Skin/White/PlayBackUI/arrow_bottomClick_pressed.png);
}

QueryDeviceTreeAndView QPushButton#pBtnDevice:checked:disabled,#pBtnView:checked:disabled
{
    background-image: url(./Skin/White/PlayBackUI/arrow_bottomClick_disable.png);
}

QueryDeviceTreeAndView 
{
    background-color: #F6F6F6;
}