feature(css) .cmd-button: add transition

This commit is contained in:
coderaiser 2013-08-05 14:01:56 +00:00
parent 2478fb6ad8
commit e595243c35

View file

@ -106,17 +106,20 @@ body {
text-overflow: ellipsis;
overflow: hidden;
outline: 0;
transition: ease 0.1s;
white-space: nowrap;
width: 8%;
}
.cmd-button:hover {
border: 1.5px solid rgb(0,0,0);
transition: ease 0.5s;
}
.cmd-button:active {
color: white;
background-color: rgb(49,123,249);
transition: ease 0.1s;
}
.clear-cache {