Browse Source

Chubby form theme

pull/2416/head
jlukic 9 years ago
parent
commit
fce42557b8
1 changed files with 8 additions and 0 deletions
  1. 8
      src/themes/chubby/collections/form.overrides

8
src/themes/chubby/collections/form.overrides

@ -5,4 +5,12 @@
.ui.form .selection.dropdown {
padding: 1.1em 1.2em;
border-width: 2px;
}
.ui.form .selection.dropdown .menu {
min-width: calc(100% + 4px);
margin: 0 -2px;
border-width: 2px;
}
.ui.form .selection.dropdown input {
padding: inherit;
}
Loading…
Cancel
Save