fix Firefox textarea CSS
This commit is contained in:
parent
7d4aee473e
commit
b90d6351b9
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue