Mini Kabibi Habibi

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


QueryDeviceTreeAndView QPushButton#pBtnDevice,#pBtnView
{	
    color:#B1B1B1;
    background-color: #3A3E43; 
    border: 0px none;
    border-right: 10px solid transparent;
    border-bottom: 1px solid #3A3E43;
    border-top: 1px solid #3A3E43;
    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/DustyBlue/PlayBackUI/arrow_rightClick_normal.png);
}

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

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

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

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

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

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

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

QueryDeviceTreeAndView 
{
    background-color: #2A2B2E;
}