summaryrefslogtreecommitdiff
path: root/template/default/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/style.css')
-rw-r--r--template/default/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/template/default/style.css b/template/default/style.css
index 301e377..b43f408 100644
--- a/template/default/style.css
+++ b/template/default/style.css
@@ -143,6 +143,11 @@ body.help .heading {
.heading {
height: 17px;
}
+.list.hilight .row_even:hover,
+.list.hilight .row_odd:hover
+{
+ background-color: #8cc1da;
+}
.heading td {
background-color: #6d96a9;
height: 17px;
@@ -158,10 +163,11 @@ body.help .heading {
white-space: normal;
}
-.row_even td {
+#prog_summary .row_even .col_epg,
+.row_even {
background-color: #ffffff;
}
-.row_odd td {
+.row_odd {
background-color: #dee6ee;
}