Files
DocumentServer-v-9.2.0/web-apps/apps/documenteditor/forms/resources/less/application.less
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

31 lines
815 B
Plaintext

// Common styles
@import "../../../../common/forms/resources/less/common.less";
@header-background-color-ie: @toolbar-header-document-ie;
@header-background-color: var(--toolbar-header-document);
@tab-header-ie: @tab-header-document-ie;
@tab-header: var(--highlight-header-tab-underline-document);
@tab-toolbar-ie: @tab-toolbar-document-ie;
@tab-toolbar: var(--highlight-toolbar-tab-underline-document);
#editor_sdk {
background-color: #fff;
background-color: var(--background-normal);
}
@media only screen {
@media (max-width: 767px) {
.big-resolution {
display: none !important;
}
#id-btn-prev-field {
margin-left: 0;
}
}
@media (min-width: 768px) {
.small-resolution {
display: none !important;
}
}
}