diff --git a/calendar/templates/default/edit.xet b/calendar/templates/default/edit.xet index b22c16ad4e..170bb81279 100644 --- a/calendar/templates/default/edit.xet +++ b/calendar/templates/default/edit.xet @@ -85,7 +85,7 @@ - + diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index a17e36d25e..214f249c80 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1674,8 +1674,6 @@ div.calendar { text-indent: -20px; } #calendar-edit #calendar-edit_calendar-edit-details #calendar-edit_category { - border: 1px solid; - border-color: #b4b4b4; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 17e497b55f..0fd3ece50b 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -474,8 +474,6 @@ div.calendar { position: relative; } //selectbox #calendar-edit_category{ - border: 1px solid; - border-color: @gray_30; .border_radius_button_normal; padding: 0 0.3em 0 0;