Browse Source

Fix flat dropdown style

pull/2034/head
jlukic 9 years ago
parent
commit
d4dc873241
1 changed files with 4 additions and 0 deletions
  1. 4
      src/themes/flat/collections/form.overrides

4
src/themes/flat/collections/form.overrides

@ -18,6 +18,10 @@
border-bottom: 1px solid #DDDDDD;
border-radius: 0em !important;
}
.ui.form .selection.dropdown > .menu {
border-top-width: 1px !important;
border-radius: @defaultBorderRadius !important;
}
.ui.form .ui.icon.input > .icon {
width: 1em;
Loading…
Cancel
Save