Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/DustyBlue/DSGui/CSS/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/DustyBlue/DSGui/CSS/TreeView.css

DSGUI--DSTreeView
{   
	background-color: #2b2f33 ;
	color: #EEEEEE;
	border:none;
	/*整行选中(Branch item)*/
   	show-decoration-selected: 1 ;
	font-size: 14px;
	border: 1px solid #232629;
}

DSGUI--DSTreeView::branch
{ 
	image:none;
	background-color: transparent; 
}
DSGUI--DSTreeView::indicator
{
    width:20px;
    height:20px;
}

DSGUI--DSTreeView::item {
	background-color: transparent;
	height:30px;
	color: #abb2bd;
}

DSGUI--DSTreeView::item:hover ,DSGUI--DSTreeView::branch:hover{
	background-color:#35393e;
}

DSGUI--DSTreeView::item:selected ,DSGUI--DSTreeView::branch:selected{
    color: #FFFFFF;
	background-color:#595f69;
}

DSGUI--DSTreeView::branch:closed:has-children:!has-siblings,
DSGUI--DSTreeView::branch:closed:has-children:has-siblings
{
	image: url(./Skin/DustyBlue/DSGui/View/normal_n.png);
}

DSGUI--DSTreeView::branch:closed:has-children:!has-siblings:hover,
DSGUI--DSTreeView::branch:closed:has-children:has-siblings:hover
{
	image: url(./Skin/DustyBlue/DSGui/View/normal_h.png);
}
DSGUI--DSTreeView::branch:closed:has-children:!has-siblings:pressed,
DSGUI--DSTreeView::branch:closed:has-children:has-siblings:pressed
{
	image: url(./Skin/DustyBlue/DSGui/View/normal_h.png);
}
DSGUI--DSTreeView::branch:closed:has-children:!has-siblings:disabled,
DSGUI--DSTreeView::branch:closed:has-children:has-siblings:disabled
{
	image: url(./Skin/DustyBlue/DSGui/View/normal_n.png);
}
DSGUI--DSTreeView::branch:open:has-children:!has-siblings,
DSGUI--DSTreeView::branch:open:has-children:has-siblings
{
	image: url(./Skin/DustyBlue/DSGui/View/advanced_n.png);
}
DSGUI--DSTreeView::branch:open:has-children:!has-siblings:hover,
DSGUI--DSTreeView::branch:open:has-children:has-siblings:hover
{
	image: url(./Skin/DustyBlue/DSGui/View/advanced_h.png);
}
DSGUI--DSTreeView::branch:open:has-children:!has-siblings:pressed,
DSGUI--DSTreeView::branch:open:has-children:has-siblings:pressed
{
	image: url(./Skin/DustyBlue/DSGui/View/normal_h.png);
}
DSGUI--DSTreeView::branch:open:has-children:!has-siblings:disabled,
DSGUI--DSTreeView::branch:open:has-children:has-siblings:disabled
{
	image: url(./Skin/DustyBlue/DSGui/View/advanced_n.png);
}