WIP Fields

This commit is contained in:
Casper Talvio
2021-05-31 00:54:29 +03:00
parent 899755b8c4
commit 9df9a36704
11 changed files with 67 additions and 32 deletions

View File

@@ -1,6 +1,7 @@
/*This file contains color and style changes for the colorful theme type*/
:root {--accent: 98, 121, 205;}
:root {--indicator: var(--accent);}
:root {--selection: var(--accent);}
.dialog,
.mainDrawer,

View File

@@ -1,4 +1,5 @@
/*This file contains color and style changes for the dark theme type*/
:root {--selection: 120, 120, 120;}
/*Some themeing for the dashboard*/

View File

@@ -1,5 +1,7 @@
/*This file contains color changes for the light theme type*/
:root {--accent: 255, 255, 255;}
:root {--indicator: var(--accent);}
:root {--selection: var(--accent);}
/*Various themeing*/
#itemDetailPage .emby-select-withcolor {