From f1a6100c50ca57ebf9b2a27338134d06fb030d7e Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Sun, 11 Jul 2021 14:46:39 +0000 Subject: [PATCH] unifying scrollbar colors across webkit browsers and firefox --- public/css/w0bmcustom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index 86e9e9f..181f172 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -1068,7 +1068,7 @@ img.icon { ::-webkit-scrollbar { width: 8px; height: 8px; - background-color: #9b9999!important; + background-color: #2f2e2f!important; } ::-webkit-scrollbar-track-piece { @@ -1079,7 +1079,7 @@ img.icon { ::-webkit-scrollbar-thumb { width: 15px; - background: #1fb2b0!important; + background: #808080!important; } #submittags { @@ -3545,8 +3545,8 @@ ul.nav.navbar-nav.info-nav { } /* Firefox is now after 18 years of waiting capable of colorizing the scrollbar, holy shit, the child is now a man, but still a baby */ -.comments, div#tag-display { - scrollbar-color: #21292f #000; +.comments, div#tag-display, .emojis { + scrollbar-color: #808080 #2f2e2f; } .videotitle { font-family: Oswald;