1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/bower_components/emby-webcomponents/guide/programs.css
Erwin de Haan 4678528d00 First separation commit.
Added LICENSE, README.md, CONTRIBUTORS.md
2019-01-09 12:36:54 +01: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
}