csharp: word, cell, slide instead text, spreadsheet, presentation

This commit is contained in:
Alexandr Fedorov
2021-02-06 20:36:55 +03:00
parent c9ef51a361
commit 212fd26807
4 changed files with 20 additions and 20 deletions

View File

@ -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 {