mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 12:17:22 +01:00
Added custom scrollbar to Admin Panel
This commit is contained in:
parent
7103f8dc1d
commit
8c45d7488a
22
studio/css/style-dashboard-dark.css
vendored
22
studio/css/style-dashboard-dark.css
vendored
@ -8296,3 +8296,25 @@ a[data-toggle="collapse"] {
|
|||||||
|
|
||||||
.footer p {
|
.footer p {
|
||||||
color: rgba(255, 255, 255, 0.5); }
|
color: rgba(255, 255, 255, 0.5); }
|
||||||
|
|
||||||
|
/* ===== Scrollbar CSS ===== */
|
||||||
|
/* Firefox */
|
||||||
|
* {
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: #171a1d #31363b;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Chrome, Edge, and Safari */
|
||||||
|
*::-webkit-scrollbar {
|
||||||
|
width: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar-track {
|
||||||
|
background: #31363b;
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar-thumb {
|
||||||
|
background-color: #171a1d;
|
||||||
|
border-radius: 30px;
|
||||||
|
border: 3px none #ffffff;
|
||||||
|
}
|
22
studio/css/style-dashboard.css
vendored
22
studio/css/style-dashboard.css
vendored
@ -8296,3 +8296,25 @@ a[data-toggle="collapse"] {
|
|||||||
|
|
||||||
.footer p {
|
.footer p {
|
||||||
color: rgba(255, 255, 255, 0.5); }
|
color: rgba(255, 255, 255, 0.5); }
|
||||||
|
|
||||||
|
/* ===== 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