mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
Merge pull request #337 from ONLYOFFICE-PLUGINS/release/store/v.1.0.7
Release/store/v.1.0.7
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user