mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fancy scrollbar styling.
This commit is contained in:
@@ -26,6 +26,15 @@
|
||||
::-webkit-scrollbar-corner {
|
||||
background: inherit;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background: inherit;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, 0.26);
|
||||
}
|
||||
paper-button[autofocus] {
|
||||
color: #64B5F6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user