mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[desktop] fix bug 74395
This commit is contained in:
@ -83,6 +83,9 @@
|
||||
&key {
|
||||
background: ~"url('@{common-image-const-path}/doc-formats/key.svg') no-repeat center";
|
||||
}
|
||||
&odg {
|
||||
background: ~"url('@{common-image-const-path}/doc-formats/odg.svg') no-repeat center";
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
@ -430,6 +433,9 @@
|
||||
&.key {
|
||||
.format-from-index(45);
|
||||
}
|
||||
&.odg {
|
||||
.format-from-index(49);
|
||||
}
|
||||
}
|
||||
.svg-file-recent {
|
||||
background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top";
|
||||
|
||||
Reference in New Issue
Block a user