Skip to content
Snippets Groups Projects
Commit f188071f authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #2597 from nfebuary/issue/form-fields


Form style browser fix.

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents f106c74f 3533ec3c
Branches
Tags
No related merge requests found
......@@ -47,10 +47,6 @@ div#header a {
margin-bottom: 15px;
}
.search-input {
height: 20px;
}
.clear {
clear:both;
}
......@@ -729,7 +725,10 @@ td.multi-line {
padding-bottom: 0.4em;
}
.form_table input[type=text], .form_table input[type=password], .form_table textarea {
input[type=text], input[type=password], textarea, input {
padding: 3px 5px;
font-size: 0.95em;
font-family: inherit;
background:#fff;
border:1px solid #aaa;
border-radius:4px;
......@@ -2829,15 +2828,6 @@ input[type=checkbox] {
margin-top: 3px;
}
input, textarea {
padding: 3px 5px;
font-size: 0.95em;
font-family: inherit;
border-radius:4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
small {
font-weight: normal;
letter-spacing: 0.01px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment