mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: css: show links in one small screens
This commit is contained in:
parent
a522c49c1f
commit
3d03efbe63
7 changed files with 25 additions and 9 deletions
|
|
@ -129,15 +129,14 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
.file::before,
|
||||
.file-link::before {
|
||||
.file::before {
|
||||
color: rgb(26 224 124 / 56%);
|
||||
content: '\e80d';
|
||||
}
|
||||
|
||||
.current-file .file::before,
|
||||
.file-link::before {
|
||||
color: white;
|
||||
color: rgb(26 224 124 / 56%);
|
||||
content: '\e81d';
|
||||
}
|
||||
|
||||
/* меняем иконки на шрифтовые */
|
||||
|
|
@ -160,11 +159,14 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.directory::before,
|
||||
.directory-link::before {
|
||||
.directory::before {
|
||||
content: '\e807';
|
||||
}
|
||||
|
||||
.directory-link::before {
|
||||
content: '\e81e';
|
||||
}
|
||||
|
||||
.file,
|
||||
.file-link {
|
||||
background-image: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue