forked from 0x2620/oxjs
some improvements for textareas with labels
This commit is contained in:
parent
e0c0abb1e2
commit
e805486d86
3 changed files with 17 additions and 8 deletions
|
|
@ -217,11 +217,12 @@ input::-moz-focus-inner {
|
|||
border: none;
|
||||
}
|
||||
textarea {
|
||||
padding: 2px 4px 2px 4px;
|
||||
margin: -1px 0 0 -1px;
|
||||
//padding: 2px 4px 2px 4px;
|
||||
padding: 0 4px 0 4px;
|
||||
margin: -1px 0 0 0;
|
||||
resize: none;
|
||||
//-moz-border-radius: 8px;
|
||||
//-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
}
|
||||
.OxButton.OxSymbol,
|
||||
.OxButton.OxSymbol:active,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue