Add pixelegg missing styles for cat_level

This commit is contained in:
Hadi Nategh 2019-03-13 16:37:56 +01:00
parent 45bfeed444
commit f5f807c17e
2 changed files with 4 additions and 4 deletions

View File

@ -6789,10 +6789,10 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
.et2_selectbox ul.chzn-choices li.search-choice {
border-left: 4px solid transparent;
}
.et2_taglist_category span[class*="cat_"] {
.et2_taglist_category span[class*="cat_"]:not([class*="cat_level"]) {
width: 4px;
}
.et2_taglist_category.et2_taglist_single span[class*="cat_"] {
.et2_taglist_category.et2_taglist_single span[class*="cat_"]:not([class*="cat_level"]) {
height: 1.5em;
margin-bottom: -6px;
position: absolute;

View File

@ -215,8 +215,8 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
border-left: 4px solid transparent;
}
.et2_taglist_category span[class*="cat_"] {width:4px;}
.et2_taglist_category.et2_taglist_single span[class*="cat_"] {
.et2_taglist_category span[class*="cat_"]:not([class*="cat_level"]) {width:4px;}
.et2_taglist_category.et2_taglist_single span[class*="cat_"]:not([class*="cat_level"]) {
height: 1.5em;
margin-bottom: -6px;
position: absolute;