adding hints
This commit is contained in:
@@ -205,9 +205,10 @@ button{
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
label { display: block; }
|
||||
.hint { display: none; color: gray; font-style: italic; }
|
||||
input:focus + .hint { display: inline; }
|
||||
textarea:focus + .hint { display: inline; }
|
||||
textarea:focus + .hint { display: inline; }
|
||||
select:focus + .hint { display: inline; }
|
||||
label { display: block;
|
||||
}
|
||||
.hint { display: none; color: gray; font-style: italic; float:right;}
|
||||
input:focus + .hint { display: inline; float:right;}
|
||||
textarea:focus + .hint { display: inline; float:right; }
|
||||
textarea:focus + .hint { display: inline; float:right; }
|
||||
select:focus + .hint { display: inline; float:right; }
|
||||
Reference in New Issue
Block a user