mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
[plugins] Change some styles for default scroll and for disabled select2
This commit is contained in:
@ -418,6 +418,9 @@ a.aboutlink:active {
|
|||||||
.select2-container {
|
.select2-container {
|
||||||
max-height : 20px !important;
|
max-height : 20px !important;
|
||||||
}
|
}
|
||||||
|
.select2-container--default.select2-container--disabled{
|
||||||
|
opacity: 0.65 !important
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
* Container style
|
* Container style
|
||||||
*/
|
*/
|
||||||
@ -603,9 +606,9 @@ a.aboutlink:active {
|
|||||||
|
|
||||||
/* default scroll */
|
/* default scroll */
|
||||||
|
|
||||||
* {
|
/* * {
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
} */
|
||||||
|
|
||||||
*::-webkit-scrollbar {
|
*::-webkit-scrollbar {
|
||||||
width: 9px;
|
width: 9px;
|
||||||
@ -617,6 +620,11 @@ a.aboutlink:active {
|
|||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar-track {
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
*::-webkit-scrollbar-thumb:vertical {
|
*::-webkit-scrollbar-thumb:vertical {
|
||||||
|
|||||||
Reference in New Issue
Block a user