1
0
Fork 0
forked from 0x2620/oxjs

some improvements for textareas with labels

This commit is contained in:
Rolux 2010-02-27 08:54:45 +01:00
commit e805486d86
3 changed files with 17 additions and 8 deletions

View file

@ -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,