Expanding ex on hover/focus
parent
45cd68908b
commit
56afd862c7
|
@ -272,6 +272,15 @@ span.shell-start {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
margin-bottom: 0.5em;
|
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 {
|
.ex .btns {
|
||||||
|
|
Loading…
Reference in New Issue