feature(css) keyspanel: add icons for: help, view, edit, delete, menu, console and contact

This commit is contained in:
coderaiser 2013-12-24 14:49:02 +00:00
parent 52c0fbf2f8
commit 79f8491754
7 changed files with 148 additions and 8 deletions

View file

@ -105,6 +105,26 @@ body {
transition: ease 0.1s;
}
.help-button:before {
font-family: 'Fontello';
content: '\e803 ';
}
.view-button:before {
font-family: 'Fontello';
content: '\e80a ';
}
.edit-button:before {
font-family: 'Fontello';
content: '\e806 ';
}
.contact-button:before {
font-family: 'Fontello';
content: '\e809 ';
}
.config-button:before {
font-family: 'Fontello';
content: '\e804 ';
@ -115,6 +135,21 @@ body {
content: '\e802 ';
}
.delete-button:before {
font-family: 'Fontello';
content: '\e802 ';
}
.menu-button:before {
font-family: 'Fontello';
content: '\e805 ';
}
.console-button:before {
font-family: 'Fontello';
content: '\e807 ';
}
.cmd-button:hover {
border: 1.5px solid;
transition: ease 0.5s;