jellyfin: markers correct color
This commit is contained in:
		@@ -3,10 +3,6 @@ This file styles jellyfin and can be imported by adding:
 | 
				
			|||||||
@import url("https://bocken.org/other/jellyfin.css");
 | 
					@import url("https://bocken.org/other/jellyfin.css");
 | 
				
			||||||
under Server -> General -> Custom CSS Code
 | 
					under Server -> General -> Custom CSS Code
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
/* jellyscrub default: width: 15vw, annoying for smaller screen sizes */
 | 
					 | 
				
			||||||
.chapterThumbContainer{
 | 
					 | 
				
			||||||
     width: min(80vw, 500px, 50vh);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
:root{
 | 
					:root{
 | 
				
			||||||
--nord0: #2E3440;
 | 
					--nord0: #2E3440;
 | 
				
			||||||
--blue: #5E81AC;
 | 
					--blue: #5E81AC;
 | 
				
			||||||
@@ -87,7 +83,7 @@ border-color: var(--blue);
 | 
				
			|||||||
.emby-checkbox:checked + span + .checkboxOutline,
 | 
					.emby-checkbox:checked + span + .checkboxOutline,
 | 
				
			||||||
.itemProgressBarForeground,
 | 
					.itemProgressBarForeground,
 | 
				
			||||||
.taskProgressInner,
 | 
					.taskProgressInner,
 | 
				
			||||||
.slideMarker.watched
 | 
					.sliderMarker.watched
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    background-color: var(--blue) !important;
 | 
					    background-color: var(--blue) !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user