Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/SystemCommon/CustomGraphicsView/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/SystemCommon/CustomGraphicsView/CustomItemViewWidget.css

SystemCommon--CustomItemViewWidget QScrollBar:vertical
{
    width:4px;
    background:rgba(0,0,0,0%);
    margin:0px,0px,0px,0px;
}

SystemCommon--CustomItemViewWidget QScrollBar::handle:vertical
{
    width:4px;
    background:rgba(0,0,0,10%);
    border-radius:4px;    
    min-height:20;
}
SystemCommon--CustomItemViewWidget QScrollBar::handle:vertical:hover
{
    width:4px;
    background:rgba(0,0,0,50%);   
    border-radius:4px;
    min-height:20;
}

SystemCommon--CustomItemViewWidget QScrollBar:horizontal
{
    height:4px;
    background:rgba(0,0,0,0%);
    margin:0px,0px,0px,0px;
}
SystemCommon--CustomItemViewWidget QScrollBar::handle:horizontal
{
    height:4px;
    background:rgba(0,0,0,10%);
    border-radius:4px;    
    min-width:20;
}
SystemCommon--CustomItemViewWidget QScrollBar::handle:horizontal:hover
{
    height:4px;
    background:rgba(0,0,0,50%);   
    border-radius:4px;
    min-width:20;
}