feature(css) add .icon-file

This commit is contained in:
coderaiser 2013-12-25 09:17:04 +00:00
parent 69adbf08b8
commit f44e89d3a4

View file

@ -165,6 +165,11 @@ body {
content: '\e80c ';
}
.icon-file::before {
font-family: 'Fontello';
content: '\e80d ';
}
.cmd-button:hover {
border: 1.5px solid;
transition: ease 0.5s;