feature(buffer) add cut and clear

This commit is contained in:
coderaiser 2014-08-28 04:15:06 -04:00
parent 9ac9839b95
commit 0e8e94324b
4 changed files with 46 additions and 2 deletions

View file

@ -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);
}