fix help-message
This commit is contained in:
parent
18a9fee257
commit
f53d4fb246
1 changed files with 3 additions and 4 deletions
|
@ -416,9 +416,8 @@ label {
|
|||
}
|
||||
|
||||
.form-group .help-message {
|
||||
float: right;
|
||||
margin-right: -23px;
|
||||
margin-top: -23px;
|
||||
cursor: help;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
input:not([type=submit]),
|
||||
|
@ -433,7 +432,7 @@ textarea,
|
|||
line-height: 22px;
|
||||
color: #555;
|
||||
background: white;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid hsl(0, 0%, 90%);
|
||||
border-radius: 3px;
|
||||
transition: none;
|
||||
box-shadow: none;
|
||||
|
|
Loading…
Reference in a new issue