diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 55f284fa45..640564bc53 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -2585,11 +2585,12 @@ button[id="add"] { */ .chzn-container-single .chzn-single { border: 1px solid #e5e5e5; - border-radius: 0; + border-radius: 3px; background: none !important; box-shadow: none !important; color: #26537C; - height: 22px; + height: 21px; + top: -2px; } .chzn-container-single .et2_country-select.chzn-single span { display: inline-block; diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index 6a2507ff04..15891cd445 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -2574,11 +2574,12 @@ button[id="add"] { */ .chzn-container-single .chzn-single { border: 1px solid #e5e5e5; - border-radius: 0; + border-radius: 3px; background: none !important; box-shadow: none !important; color: #26537C; - height: 22px; + height: 21px; + top: -2px; } .chzn-container-single .et2_country-select.chzn-single span { display: inline-block; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 55dd85a9c1..7313ecdff7 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -2585,11 +2585,12 @@ button[id="add"] { */ .chzn-container-single .chzn-single { border: 1px solid #e5e5e5; - border-radius: 0; + border-radius: 3px; background: none !important; box-shadow: none !important; color: #26537C; - height: 22px; + height: 21px; + top: -2px; } .chzn-container-single .et2_country-select.chzn-single span { display: inline-block; diff --git a/pixelegg/css/pixelegg.less b/pixelegg/css/pixelegg.less index 7712204500..9e9c3cc436 100644 --- a/pixelegg/css/pixelegg.less +++ b/pixelegg/css/pixelegg.less @@ -332,7 +332,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub background-image: none; } div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon { - + } .egwGridView_scrollarea tr.row_category > td:first-child, .select-cat li, diff --git a/pixelegg/less/layout_chosen.less b/pixelegg/less/layout_chosen.less index 58e8aac5f9..837ec91dd5 100755 --- a/pixelegg/less/layout_chosen.less +++ b/pixelegg/less/layout_chosen.less @@ -146,11 +146,12 @@ } .chzn-container-single .chzn-single { border: 1px solid #e5e5e5; - border-radius: 0; + border-radius: 3px; background: none !important; box-shadow: none !important; color: #26537C; - height: 22px; + height: 21px; + top: -2px; } .chzn-container-single .et2_country-select.chzn-single span { display: inline-block; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 63e354af86..f859b88a52 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -2596,11 +2596,12 @@ button[id="add"] { */ .chzn-container-single .chzn-single { border: 1px solid #e5e5e5; - border-radius: 0; + border-radius: 3px; background: none !important; box-shadow: none !important; color: #26537C; - height: 22px; + height: 21px; + top: -2px; } .chzn-container-single .et2_country-select.chzn-single span { display: inline-block;