mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
csharp: word, cell, slide instead text, spreadsheet, presentation
This commit is contained in:
@ -130,13 +130,13 @@ label .checkbox {
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
.try-editor.document {
|
||||
.try-editor.word {
|
||||
background-image: url("images/file_docx.png");
|
||||
}
|
||||
.try-editor.spreadsheet {
|
||||
.try-editor.cell {
|
||||
background-image: url("images/file_xlsx.png");
|
||||
}
|
||||
.try-editor.presentation {
|
||||
.try-editor.slide {
|
||||
background-image: url("images/file_pptx.png");
|
||||
}
|
||||
|
||||
@ -325,13 +325,13 @@ label .checkbox {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.stored-edit.text {
|
||||
.stored-edit.word {
|
||||
background-image: url("images/icon_docx.png");
|
||||
}
|
||||
.stored-edit.spreadsheet {
|
||||
.stored-edit.cell {
|
||||
background-image: url("images/icon_xlsx.png");
|
||||
}
|
||||
.stored-edit.presentation {
|
||||
.stored-edit.slide {
|
||||
background-image: url("images/icon_pptx.png");
|
||||
}
|
||||
.stored-edit span {
|
||||
|
||||
Reference in New Issue
Block a user