It is CSS [ci skip]

This commit is contained in:
Rafael Mendonça França 2014-04-03 18:32:16 -03:00
parent 7fed086fc0
commit 2e65b9fbaa
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ labels and a textarea instead of a text field for the description. You can also
attributes using `as: :select` to show a dropdown.
It is also possible to give the `:disabled` option to **Simple Form**, and it'll automatically mark
the wrapper as disabled with a css class, so you can style labels, hints and other components inside
the wrapper as disabled with a CSS class, so you can style labels, hints and other components inside
the wrapper as well:
```erb