From: Sorin Davidoi Date: Sun, 9 Sep 2018 00:08:49 +0000 (+0200) Subject: feat(css): Styled scrollbars in Firefox Nightly (#8653) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=8fefcb86eacb469530fc52c6d03b74fe83c3d01d;p=mastodon.git feat(css): Styled scrollbars in Firefox Nightly (#8653) You currently need to enable `layout.css.scrollbar-colors.enabled` in `about:config` in Firefox Nightly. --- diff --git a/app/javascript/styles/mastodon/reset.scss b/app/javascript/styles/mastodon/reset.scss index ff3b2c022..a140e8bc7 100644 --- a/app/javascript/styles/mastodon/reset.scss +++ b/app/javascript/styles/mastodon/reset.scss @@ -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;