mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(css) keyspanel: add rename, copy and move icons
This commit is contained in:
parent
79f8491754
commit
fb9225d68a
7 changed files with 41 additions and 5 deletions
|
|
@ -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 ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue