mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-16 19:27:34 +02:00
Added custom scrollbar
Added custom scrollbar to all sites that use light mode Credit to Stephen Paton @ https://codepen.io/stephenpaton-tech/full/JjRvGmY
This commit is contained in:
parent
77954d9e3d
commit
c29b9a03fd
20
littlelink/css/skeleton-light.css
vendored
20
littlelink/css/skeleton-light.css
vendored
@ -168,4 +168,24 @@ hr {
|
|||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-top: 1px solid #E1E1E1; }
|
border-top: 1px solid #E1E1E1; }
|
||||||
|
|
||||||
|
/* ===== Scrollbar CSS ===== */
|
||||||
|
/* Firefox */
|
||||||
|
* {
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: #323232 #dbdbdb;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Chrome, Edge, and Safari */
|
||||||
|
*::-webkit-scrollbar {
|
||||||
|
width: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar-track {
|
||||||
|
background: #dbdbdb;
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar-thumb {
|
||||||
|
background-color: #323232;
|
||||||
|
border-radius: 30px;
|
||||||
|
border: 3px none #ffffff;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user