mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) icons: add archive icon for small screens
This commit is contained in:
parent
c92815d78d
commit
8f12c6c25f
7 changed files with 15 additions and 3 deletions
|
|
@ -28,7 +28,7 @@
|
|||
content : '\e806 ';
|
||||
}
|
||||
|
||||
.icon-directory::before {
|
||||
.icon-directory {
|
||||
font-family : 'Fontello';
|
||||
content : '\e807 ';
|
||||
}
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
content : '\e80c ';
|
||||
}
|
||||
|
||||
.icon-file::before {
|
||||
.icon-file::before, {
|
||||
font-family : 'Fontello';
|
||||
content : '\e80d ';
|
||||
}
|
||||
|
|
@ -137,3 +137,4 @@
|
|||
font-family : 'Fontello';
|
||||
content : '\e81c ';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -163,6 +163,15 @@
|
|||
background-image: none;
|
||||
}
|
||||
|
||||
.archive, .archive-link {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.archive::before, .archive-link {
|
||||
color: rgba(26, 224, 124, 0.56);
|
||||
content: '\e81d';
|
||||
}
|
||||
|
||||
/* убираем заголовок */
|
||||
.fm-header {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue