mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue