Added the font-size back in, as the textarea gets overidden otherwise
This commit is contained in:
parent
dbadb07adf
commit
bdaa9faea0
|
@ -86,6 +86,7 @@ limitations under the License.
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: #454545;
|
color: #454545;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
/* needed for FF */
|
/* needed for FF */
|
||||||
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
||||||
|
|
Loading…
Reference in New Issue