mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(style) cmd-button: add directory icon
This commit is contained in:
parent
cf601a09e0
commit
52c0fbf2f8
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<button id=f4 class=cmd-button>F4 - edit</button>
|
||||
<button id=f5 class=cmd-button>F5 - copy</button>
|
||||
<button id=f6 class=cmd-button>F6 - move</button>
|
||||
<button id=f7 class=cmd-button>F7 - make dir</button>
|
||||
<button id=f7 class="cmd-button directory-button">F7 - make dir</button>
|
||||
<button id=f8 class=cmd-button>F8 - delete</button>
|
||||
<button id=f9 class=cmd-button>F9 - menu</button>
|
||||
<button id=f10 class="cmd-button config-button">F10 - config</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue