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 {
|
.form-group .help-message {
|
||||||
float: right;
|
cursor: help;
|
||||||
margin-right: -23px;
|
opacity: 0.2;
|
||||||
margin-top: -23px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input:not([type=submit]),
|
input:not([type=submit]),
|
||||||
|
@ -433,7 +432,7 @@ textarea,
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
color: #555;
|
color: #555;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid hsl(0, 0%, 90%);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: none;
|
transition: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Reference in a new issue