feature(css) keyspanel: add rename, copy and move icons

This commit is contained in:
coderaiser 2013-12-24 16:12:27 +00:00
parent 79f8491754
commit fb9225d68a
7 changed files with 41 additions and 5 deletions

View file

@ -110,6 +110,11 @@ body {
content: '\e803 ';
}
.rename-button:before {
font-family: 'Fontello';
content: '\e80d ';
}
.view-button:before {
font-family: 'Fontello';
content: '\e80a ';
@ -120,6 +125,16 @@ body {
content: '\e806 ';
}
.copy-button:before {
font-family: 'Fontello';
content: '\e80b ';
}
.move-button:before {
font-family: 'Fontello';
content: '\e80c ';
}
.contact-button:before {
font-family: 'Fontello';
content: '\e809 ';