2
0
Fork 0

feat(css): Styled scrollbars in Firefox Nightly (#8653)

You currently need to enable `layout.css.scrollbar-colors.enabled` in `about:config` in Firefox
Nightly.
Dieser Commit ist enthalten in:
Sorin Davidoi 2018-09-09 02:08:49 +02:00 committet von Eugen Rochko
Ursprung 6f3d934bc1
Commit 8fefcb86ea
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -53,6 +53,11 @@ table {
border-spacing: 0;
}
html {
scrollbar-face-color: lighten($ui-base-color, 4%);
scrollbar-track-color: rgba($base-overlay-background, 0.1);
}
::-webkit-scrollbar {
width: 12px;
height: 12px;