mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(buffer) add cut and clear
This commit is contained in:
parent
9ac9839b95
commit
0e8e94324b
4 changed files with 46 additions and 2 deletions
|
|
@ -188,6 +188,10 @@ body {
|
|||
transition: ease 0.05s;
|
||||
}
|
||||
|
||||
.cut-file {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.selected-file, .selected-file .name > a {
|
||||
color: rgb(254,159,224);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue