Browse Source

fix typo

pull/179/head
deneuxa 11 years ago
parent
commit
24654c3375
1 changed files with 2 additions and 2 deletions
  1. 4
      src/collections/form.less

4
src/collections/form.less

@ -404,8 +404,8 @@
}
.ui.inverted.form .field.error textarea,
.ui.inverted.form .field.error input[type="text"],
.ui.inverted.form .field.error input[type="email"]
.ui.inverted.form .field.error input[type="date"]
.ui.inverted.form .field.error input[type="email"],
.ui.inverted.form .field.error input[type="date"],
.ui.inverted.form .field.error input[type="password"]{
background-color: #FFCCCC;
}

Loading…
Cancel
Save