jellyfish-web/dashboard-ui/bower_components/emby-webcomponents/guide/programs.css
2018-10-23 01:13:23 +03:00

19 lines
No EOL
241 B
CSS

.newTvProgram {
background: #38c;
color: #fff
}
.liveTvProgram {
background: #c33;
color: #fff
}
.premiereTvProgram {
background: #EF6C00;
color: #fff
}
.repeatTvProgram {
background: #009688;
color: #fff
}