mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
Fix incorrect icons in Pages Editor files list
This commit is contained in:
parent
c33e5349ec
commit
9f461b4ee5
@ -1298,13 +1298,13 @@ a.button {
|
||||
font-size: 1rem;
|
||||
font-family: Icons; }
|
||||
|
||||
.file-type-image::before {
|
||||
.files-item .file-type-image::before {
|
||||
font-family: Icons; }
|
||||
|
||||
.file-type-document::before {
|
||||
.files-item .file-type-document::before {
|
||||
font-family: Icons; }
|
||||
|
||||
.file-type-audio::before {
|
||||
.files-item .file-type-audio::before {
|
||||
font-family: Icons; }
|
||||
|
||||
.file-type-video::before {
|
||||
@ -2742,19 +2742,19 @@ ul {
|
||||
.i-file-archive::before {
|
||||
content: '\f2d1'; }
|
||||
|
||||
.i-file-audio::before, .file-type-audio::before {
|
||||
.i-file-audio::before, .files-item .file-type-audio::before {
|
||||
content: '\f2d2'; }
|
||||
|
||||
.i-file-code::before {
|
||||
content: '\f2d3'; }
|
||||
|
||||
.i-file-image::before, .file-type-image::before {
|
||||
.i-file-image::before, .files-item .file-type-image::before {
|
||||
content: '\f2d4'; }
|
||||
|
||||
.i-file-pdf::before {
|
||||
content: '\f2d5'; }
|
||||
|
||||
.i-file-text::before, .file-type-document::before {
|
||||
.i-file-text::before, .files-item .file-type-document::before {
|
||||
content: '\f2d6'; }
|
||||
|
||||
.i-file-video::before, .file-type-video::before {
|
||||
|
2
admin/assets/css/admin.min.css
vendored
2
admin/assets/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -15,15 +15,15 @@
|
||||
@include icon(file);
|
||||
}
|
||||
|
||||
.file-type-image::before {
|
||||
.files-item .file-type-image::before {
|
||||
@include icon(file-image);
|
||||
}
|
||||
|
||||
.file-type-document::before {
|
||||
.files-item .file-type-document::before {
|
||||
@include icon(file-text);
|
||||
}
|
||||
|
||||
.file-type-audio::before {
|
||||
.files-item .file-type-audio::before {
|
||||
@include icon(file-audio);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user