fix Firefox textarea CSS

This commit is contained in:
rolux 2014-09-16 16:53:27 +02:00
parent 7d4aee473e
commit b90d6351b9

View file

@ -717,8 +717,9 @@ input::-moz-focus-inner {
border: none;
}
textarea {
padding: 2px 6px 2px 6px;
//padding: 0 4px 0 4px;
padding: 2px 6px;
border-width: 1px;
border-style: solid;
border-radius: 8px;
resize: none;
}