diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-06-07 08:14:30 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-06-07 08:14:30 +0000 |
commit | 995562b27db5f6549f9a303130e07242e38a6ed1 (patch) | |
tree | 4da1431632fcb03e651286289eb80d6d60b2e8cd /themes | |
parent | 92d0a175e02585beca0fc2642d876b5379829a14 (diff) | |
download | vdr-plugin-live-995562b27db5f6549f9a303130e07242e38a6ed1.tar.gz vdr-plugin-live-995562b27db5f6549f9a303130e07242e38a6ed1.tar.bz2 |
- also highlight 'at' and 'What's on' in corresponding mode in page 'What's on'
Diffstat (limited to 'themes')
-rw-r--r-- | themes/redwine/css/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/redwine/css/theme.css b/themes/redwine/css/theme.css index bfda081..c8dae90 100644 --- a/themes/redwine/css/theme.css +++ b/themes/redwine/css/theme.css @@ -52,6 +52,10 @@ div.pagemenu span.sep { color: #DA8DA8; } +div.pagemenu span.active { + color: #984E79; +} + /* ####################### # Info Box (near logo) ####################### |