unifying scrollbar colors across webkit browsers and firefox
This commit is contained in:
8
public/css/w0bmcustom.css
vendored
8
public/css/w0bmcustom.css
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user