Mini Kabibi Habibi
QWidget#wgtAll
{
background-color: #3A3E43;
}
QWidget#wgtTree
{
border:1px solid #242528;
background-color: #3A3E43;
}
QtEmapEditDLG QToolButton#pushButton_return,
QtEmapEditDLG QToolButton#pushButton_save,
QtEmapEditDLG QToolButton#pushButton_addMarker,
QtEmapEditDLG QToolButton#pushButton_editmap
{
border:none
}
QtEmapEditDLG QSlider::groove:horizontal
{
border: none;
border-radius: 3px;
height: 6px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 #777777, stop:1 #dddddd);
margin: 6px 0 2px 0;
}
QtEmapEditDLG QSlider::handle:horizontal {
/*border: 1px solid #5c5c5c;*/
width: 7px;
/*height: 12px;*/
margin: -3px 0 -3px -0px;
background-image:url(Skin/theme1/Emap/slide_block.png);
/*border-radius: 3px;*/
}