fixed accidentally non-specific selector

This commit is contained in:
Dave Cranwell 2015-02-19 16:20:57 +00:00
parent 22a84e1ca3
commit e41197c4ff

View file

@ -611,7 +611,9 @@
}
/* Custom styles that make some fields look more important */
.full input, textarea, .richtext{
.full input,
.full textarea,
.full .richtext{
@include nice-padding();
@include border-radius(0px);
padding-top:2em;