Merge pull request #337 from ONLYOFFICE-PLUGINS/release/store/v.1.0.7

Release/store/v.1.0.7
This commit is contained in:
Oleg Korshul
2024-04-25 19:08:53 +03:00
committed by GitHub
16 changed files with 208 additions and 16 deletions

View File

@ -418,6 +418,9 @@ a.aboutlink:active {
.select2-container {
max-height : 20px !important;
}
.select2-container--default.select2-container--disabled{
opacity: 0.65 !important
}
/*
* Container style
*/
@ -603,9 +606,9 @@ a.aboutlink:active {
/* default scroll */
* {
/* * {
scrollbar-width: thin;
}
} */
*::-webkit-scrollbar {
width: 9px;
@ -617,6 +620,11 @@ a.aboutlink:active {
border: 1px solid;
image-rendering: pixelated;
background-repeat: no-repeat;
cursor: default;
}
*::-webkit-scrollbar-track {
cursor: default;
}
*::-webkit-scrollbar-thumb:vertical {