feature(style) cmd-button: add directory icon

This commit is contained in:
coderaiser 2013-12-24 13:00:19 +00:00
parent cf601a09e0
commit 52c0fbf2f8
2 changed files with 6 additions and 1 deletions

View file

@ -110,6 +110,11 @@ body {
content: '\e804 ';
}
.directory-button:before {
font-family: 'Fontello';
content: '\e802 ';
}
.cmd-button:hover {
border: 1.5px solid;
transition: ease 0.5s;