forked from 0x2620/oxjs
improve form elements
This commit is contained in:
parent
dfe12646e6
commit
14a6b6c148
5 changed files with 43 additions and 30 deletions
|
|
@ -530,10 +530,13 @@ Forms
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
input {
|
||||
border: 1px;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
padding: 0;
|
||||
border: 1px;
|
||||
//border: 1px;
|
||||
margin: 0;
|
||||
}
|
||||
input[type=button],
|
||||
|
|
@ -606,8 +609,8 @@ input::-moz-focus-inner {
|
|||
border: none;
|
||||
}
|
||||
textarea {
|
||||
//padding: 2px 4px 2px 4px;
|
||||
padding: 0 4px 0 4px;
|
||||
padding: 2px 6px 2px 6px;
|
||||
//padding: 0 4px 0 4px;
|
||||
border-radius: 8px;
|
||||
resize: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue