mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(css) .cmd-button: add transition
This commit is contained in:
parent
2478fb6ad8
commit
e595243c35
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue