mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(css) .cmd-button: change property order
This commit is contained in:
parent
0a68a3591f
commit
967ed91926
1 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue