Fix account taglist shows extra left border on each tag

This commit is contained in:
Hadi Nategh 2019-05-03 14:47:27 +02:00
parent 787561592e
commit 7e0663cd91
3 changed files with 3 additions and 7 deletions

View File

@ -1650,8 +1650,7 @@ div.message.floating {
.et2_nextmatch .egwGridView_outer thead tr > th:first-child {
border-left: 6px solid transparent;
}
.egwGridView_scrollarea tr.row_category > td:first-child,
.select-cat li,.et2_selectbox .chzn-results li, .et2_selectbox ul.chzn-choices li.search-choice{
.egwGridView_scrollarea tr.row_category > td:first-child, .select-cat li {
border-left: 6px solid transparent;
}
.et2_nextmatch .egwGridView_outer .egwGridView_scrollarea tbody tr.row_category td:first-child > div {

View File

@ -6673,9 +6673,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
background-image: none;
}
.egwGridView_scrollarea tr.row_category > td:first-child,
.select-cat li,
.et2_selectbox .chzn-results li,
.et2_selectbox ul.chzn-choices li.search-choice {
.select-cat li {
border-left: 4px solid transparent;
}
.et2_taglist_category span[class*="cat_"]:not([class*="cat_level"]) {

View File

@ -335,8 +335,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
}
.egwGridView_scrollarea tr.row_category > td:first-child, .select-cat li,
.et2_selectbox .chzn-results li, .et2_selectbox ul.chzn-choices li.search-choice{
.egwGridView_scrollarea tr.row_category > td:first-child, .select-cat li {
border-left: 4px solid transparent;
}