adding hints
This commit is contained in:
		| @@ -191,4 +191,23 @@ table { border-collapse: collapse; } | ||||
| tr { border: none; } | ||||
| td { | ||||
| border: none; | ||||
| } | ||||
| } | ||||
|  | ||||
| button{ | ||||
|     padding: 5px 14px; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     background: #32a6cc; | ||||
|     color: #fff; | ||||
|     transition: all 0.3s ease; | ||||
|     font-family: Arial, sans-serif; | ||||
|     font-size: 1em; | ||||
|     border-radius: 2px; | ||||
| } | ||||
|  | ||||
| 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
	 Szakalakamaka
					Szakalakamaka