2023-04-30 11:32:35 +00:00
|
|
|
.scroller {
|
|
|
|
overflow-y: scroll;
|
|
|
|
scrollbar-color: #0A4C95 #C2D2E4;
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scroll_content {
|
|
|
|
position: relative;
|
|
|
|
width: 400px;
|
|
|
|
height: 414px;
|
|
|
|
top: -17px;
|
|
|
|
padding: 20px 10px 20px 10px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ScrollbarPlace{
|
|
|
|
overflow: hidden;
|
|
|
|
|
2023-05-04 02:00:09 +00:00
|
|
|
border-left: 1px solid #555555;
|
2023-04-30 11:32:35 +00:00
|
|
|
width: 14px;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
bottom: 0px;
|
|
|
|
right: 0px;
|
|
|
|
width: 14px;
|
|
|
|
height: 100%;
|
|
|
|
|
2023-05-04 02:00:09 +00:00
|
|
|
background-color: #EEEEEE;
|
|
|
|
|
|
|
|
|
2023-04-30 11:32:35 +00:00
|
|
|
/* Inside auto layout */
|
|
|
|
flex: none;
|
|
|
|
order: 0;
|
|
|
|
align-self: stretch;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2023-05-04 02:00:09 +00:00
|
|
|
.Focused .ScrollbarPlace{
|
|
|
|
border-left: 1px solid #000000;
|
|
|
|
background-color: #AAAAAA;
|
|
|
|
box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.29),
|
|
|
|
inset -2px 0px 0px rgba(255, 255, 255, 0.19),
|
|
|
|
inset 1px 1px 0px rgba(0, 0, 0, 0.14),
|
|
|
|
inset 2px 2px 0px rgba(0, 0, 0, 0.19);
|
|
|
|
}
|
2023-04-30 11:32:35 +00:00
|
|
|
|
|
|
|
.ScrollBarScrollElement{
|
|
|
|
position: relative;
|
2023-05-04 02:00:09 +00:00
|
|
|
visibility: hidden;
|
2023-04-30 11:32:35 +00:00
|
|
|
width: 14px;
|
|
|
|
height: 31px;
|
|
|
|
|
2023-05-04 02:00:09 +00:00
|
|
|
background: #9999FF;
|
2023-04-30 11:32:35 +00:00
|
|
|
|
2023-05-04 02:00:09 +00:00
|
|
|
box-shadow: 0px -1px 0px #000000,
|
|
|
|
0px 1px 0px #000000,
|
|
|
|
0px 2px 0px rgba(0, 0, 0, 0.13),
|
|
|
|
0px 3px 0px rgba(0, 0, 0, 0.19),
|
|
|
|
inset 0px 1px 0px rgba(255, 255, 255, 0.5),
|
|
|
|
inset 1px 0px 0px rgba(255, 255, 255, 0.5),
|
|
|
|
inset -1px -1px 0px rgba(102, 102, 204, 0.91);
|
|
|
|
|
|
|
|
/* Auto layout */
|
2023-04-30 11:32:35 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-around;
|
|
|
|
gap: 5px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2023-05-04 02:00:09 +00:00
|
|
|
.Focused .ScrollBarScrollElement{
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
2023-04-30 11:32:35 +00:00
|
|
|
.ScrollBarScrollElementDrag{
|
|
|
|
pointer-events: none;
|
|
|
|
/* background-color: #0A4C95; */
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
|
|
|
margin-left: -1px;
|
|
|
|
|
|
|
|
background: linear-gradient(transparent 0%,#CCCCFF 0%, #CCCCFF 50%, transparent 50%);
|
|
|
|
background-size: 2px 2px;
|
|
|
|
|
|
|
|
/* TODO white pixels in rows start */
|
|
|
|
filter: drop-shadow(1px 1px 0px #333399);
|
|
|
|
}
|
|
|
|
|
2023-05-07 19:56:40 +00:00
|
|
|
/* TODO to wde css */
|
2023-04-30 11:32:35 +00:00
|
|
|
.ScrollContent {
|
2023-05-07 19:56:40 +00:00
|
|
|
/* width: 100%;
|
|
|
|
height: 100%; */
|
2023-04-30 11:32:35 +00:00
|
|
|
overflow: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
scrollbar-width: none; /* Firefox */
|
|
|
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
|
|
|
|
|
|
/* Auto layout */
|
2023-05-07 19:56:40 +00:00
|
|
|
/* display: flex;
|
2023-04-30 11:32:35 +00:00
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: flex-start;
|
2023-05-07 19:56:40 +00:00
|
|
|
padding: 0px; */
|
2023-04-30 11:32:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ScrollContent::-webkit-scrollbar { /* WebKit */
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|