Add base files from AME
This commit is contained in:
parent
e8f3881513
commit
e3c3bded3a
129 changed files with 19056 additions and 0 deletions
27
resources/css/macosScrollbar.css
Normal file
27
resources/css/macosScrollbar.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
/* Modern style overlay scrollbars */
|
||||
::-webkit-scrollbar {
|
||||
width: 16px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: transparent;
|
||||
border: 6px solid transparent;
|
||||
box-shadow: inset 0px 0px 10px 10px rgb(200 200 200 / 50%);
|
||||
border-radius: 16px;
|
||||
min-height: 64px;
|
||||
transition: border 1s;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
border: 5px solid transparent;
|
||||
box-shadow: inset 0px 0px 10px 10px rgb(200 200 200 / 80%);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue