Files
certd/packages/ui/certd-client/src/style/scroll.less
T

28 lines
596 B
Plaintext
Raw Normal View History

2023-01-29 13:44:19 +08:00
::-webkit-scrollbar {
2025-10-25 00:42:27 +08:00
width: 12px !important;
height: 12px !important;
2023-01-29 13:44:19 +08:00
}
::-webkit-scrollbar-track {
2025-10-25 00:42:27 +08:00
width: 12px !important;
2025-06-29 14:09:09 +08:00
background: rgba(#101f1c, 0.1);
2025-10-25 00:42:27 +08:00
-webkit-border-radius: 4em;
-moz-border-radius: 4em;
border-radius: 4em;
2023-01-29 13:44:19 +08:00
}
::-webkit-scrollbar-thumb {
2025-06-29 14:09:09 +08:00
// background-color: rgba(#101F1C, 0.5);
2023-01-29 13:44:19 +08:00
background-clip: padding-box;
min-height: 28px;
2025-10-25 00:42:27 +08:00
-webkit-border-radius: 4em;
-moz-border-radius: 4em;
border-radius: 4em;
2023-01-29 13:44:19 +08:00
background-color: #b3b3b3;
box-shadow: 0px 1px 1px #eee inset;
}
::-webkit-scrollbar-thumb:hover {
//background-color: rgba(#101F1C, 1);
}