feature(css) .cmd-button hover: rm border color

This commit is contained in:
coderaiser 2013-12-23 14:23:18 +00:00
parent ab374adc76
commit 9b5759a32a

View file

@ -101,7 +101,7 @@ body {
}
.cmd-button:hover {
border: 1.5px solid rgb(0,0,0);
border: 1.5px solid;
transition: ease 0.5s;
}