mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
style scrollbar
This commit is contained in:
parent
881b581fe3
commit
a781ba9096
@ -33,11 +33,17 @@ $background-color-alt: #f9fafc;
|
|||||||
div::-webkit-scrollbar {
|
div::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
background-color: #aaa;
|
}
|
||||||
|
|
||||||
|
div::-webkit-scrollbar-track {
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
div::-webkit-scrollbar-thumb {
|
div::-webkit-scrollbar-thumb {
|
||||||
background: #888;
|
background-color: rgba(100,100,100,.2);
|
||||||
|
border-radius: 10px;
|
||||||
|
margin-right: 1px;
|
||||||
|
transition: opacity 300ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
Loading…
Reference in New Issue
Block a user