Improve style for filter input in jqGrid - refs BT#17545

pull/3425/head
Angel Fernando Quiroz Campos 5 years ago
parent 843ca887e4
commit f8e672b456
  1. 3
      app/Resources/public/css/base.css

@ -2423,7 +2423,8 @@ div.admin_section h4 {
} }
.ui-search-table .ui-search-input input { .ui-search-table .ui-search-input input {
height: 25px; border: 1px solid #CCC;
margin: 2px auto;
} }
.exercise_overview_options { .exercise_overview_options {

Loading…
Cancel
Save