mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix account taglist shows extra left border on each tag
This commit is contained in:
parent
787561592e
commit
7e0663cd91
@ -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 {
|
||||
|
@ -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"]) {
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user