diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 40ba3fe775..69ceb8320c 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -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 { diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 2e3ea4ec06..2c93679558 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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"]) { diff --git a/pixelegg/css/pixelegg.less b/pixelegg/css/pixelegg.less index 9e9c3cc436..66e60194b3 100644 --- a/pixelegg/css/pixelegg.less +++ b/pixelegg/css/pixelegg.less @@ -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; }