unifying scrollbar colors across webkit browsers and firefox

This commit is contained in:
2021-07-11 14:46:39 +00:00
parent 505d221dc8
commit f1a6100c50

View File

@@ -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;