summaryrefslogtreecommitdiff
path: root/user.css.example
blob: 77d07f5a88d595b0aadc58c541a6bcc09dbe8fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* The user.css is mainly an example to demonstrate the possibilities */

/*
	Disable items in navigation bar.
	For valid ids read navigation.html.
*/
#rc {
	display: none;
}

/*
	Disable action icons.
	e.g.: close, switch, record, imdb, info, stream
*/
/* disable info and stream buttons in lists */
.list .action.info,
.list .action.stream {
	display: none;
}

/* Disable scrollbars in prog_summary detail view. */
#prog_summary .epg_summary {
	overflow: auto;
}