1
0
Fork 0

Expanding ex on hover/focus

website
Mike Gerwitz 2012-01-09 22:50:55 -05:00
parent 45cd68908b
commit 56afd862c7
1 changed files with 9 additions and 0 deletions

View File

@ -272,6 +272,15 @@ span.shell-start {
border: none;
margin-bottom: 0.5em;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.ex textarea:focus,
.ex:hover textarea {
height: 20em;
}
.ex .btns {