mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-06 12:35:14 +00:00
41 lines
No EOL
684 B
SCSS
41 lines
No EOL
684 B
SCSS
.loading-bar {
|
|
background:$bhd;
|
|
}
|
|
|
|
body.app-body,
|
|
.ui {
|
|
background:$bpg;
|
|
}
|
|
|
|
body.lighter {
|
|
background:$btxt;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: $cui;
|
|
border-radius:50px;
|
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: $cbut;
|
|
}
|
|
::-webkit-scrollbar-thumb:active {
|
|
background: $cui2;
|
|
}
|
|
::-webkit-scrollbar-track {
|
|
border:0 none #fff;
|
|
border-radius:0;
|
|
background:rgba(249,235,221,.7);
|
|
}
|
|
::-webkit-scrollbar-track:active,
|
|
::-webkit-scrollbar-track:hover {
|
|
background:$bhd;
|
|
}
|
|
::-webkit-scrollbar-corner {
|
|
background:transparent;
|
|
}
|
|
.column ::-webkit-scrollbar-track {
|
|
border-radius:0 0 10px 0;
|
|
}
|
|
.drawer__pager ::-webkit-scrollbar-track {
|
|
border-radius:0 10px 10px 0;
|
|
} |