Tanks to XYZenix/XYZenixThemes for the code i chopped it down to only have the gradient bar but yeah thats it lolz.
2013 Gradient Bars for V3 by PizzaTimeThreater
Details
AuthorPizzaTimeThreater
LicenseNo License
CategoryYouTube V3
Created
Updated
Size736 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YouTube V3 - 2013 Gradient Bars
@namespace PTT
@version 1
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("youtube.com") {
}
.guide-view-more:hover, .guide-flyout-container:hover > .guide-flyout-trigger, .guide-collections-flyout-container:hover > .guide-flyout-trigger, #guide-container .guide-item:hover, #guide-container .guide-collection-item:hover .guide-item {
background: linear-gradient(to bottom,#444 0,#222 100%);
}
#guide-container .guide-item.guide-item-selected, #guide-container .guide-item.guide-item-selected, #guide-container .guide-item.guide-item-selected:hover {
background: linear-gradient(to bottom,#af2b26 0,#942422 100%);
}