mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(css) keyspanel: add icons for: help, view, edit, delete, menu, console and contact
This commit is contained in:
parent
52c0fbf2f8
commit
79f8491754
7 changed files with 148 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue