chore(css) .cmd-button: change property order

This commit is contained in:
coderaiser 2013-09-11 15:15:24 +00:00
parent 0a68a3591f
commit 967ed91926

View file

@ -97,16 +97,16 @@ body {
}
.cmd-button {
width: 8%;
margin: 20px 2px 0 2px;
overflow: hidden;
color: rgb(49,123,249);
text-overflow: ellipsis;
white-space: nowrap;
background-color: white;
border: 1.5px solid rgba(49,123,249,.40);
color: rgb(49,123,249);
margin: 20px 2px 0 2px;
text-overflow: ellipsis;
overflow: hidden;
outline: 0;
transition: ease 0.1s;
white-space: nowrap;
width: 8%;
}
.cmd-button:hover {