[plugins] Change some styles for default scroll and for disabled select2

This commit is contained in:
Alexey Matveev
2024-04-25 19:00:46 +03:00
parent ac328039e7
commit a1c63c1904

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 {