2019-10-27 14:04:26 +01:00
|
|
|
/*Thinner scrollbar*/
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
height: 6px !important;
|
|
|
|
width: 0px !important;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gc-label-text {
|
|
|
|
color: #fafafa;
|
|
|
|
}
|
2020-01-19 14:19:40 +01:00
|
|
|
|
|
|
|
#view-leaderboard-ad {
|
|
|
|
display: none !important;
|
2020-12-30 20:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Top Alert bar warning */
|
|
|
|
.alert,
|
|
|
|
/* Button that shows "Offline" */
|
|
|
|
.offline-label-wrapper,
|
|
|
|
/* The Cast button */
|
|
|
|
.button.button-blue,
|
|
|
|
.button.button-blue:hover,
|
|
|
|
/* Facebook settings button */
|
|
|
|
.button.button-facebook,
|
|
|
|
.button.button-facebook:hover {
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The play button */
|
|
|
|
.button.button-green {
|
|
|
|
background: #63cc88;
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.button-green:hover {
|
|
|
|
background: #3a8655 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The profile picture */
|
|
|
|
.card-placeholder-wrapper {
|
|
|
|
background: var(--modspotify_main_fg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.slider,
|
|
|
|
.slider.enabled {
|
|
|
|
border: 2px solid var(--modspotify_slider_bg);
|
|
|
|
}
|
2021-03-14 13:43:26 +01:00
|
|
|
|
|
|
|
/* Remove linear gradient from "Header" and "Radio" */
|
|
|
|
.Header__background-color,
|
|
|
|
.Radio__background-color {
|
|
|
|
background-image: none !important;
|
|
|
|
background: none !important;
|
|
|
|
}
|
2021-03-14 19:04:48 +01:00
|
|
|
|
|
|
|
/* Ensure padlock in private session is showing */
|
|
|
|
.profile .incognito-badge svg {
|
|
|
|
fill: white;
|
|
|
|
}
|