diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-10-17 20:35:13 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-10-17 20:35:13 +0000 |
commit | 8488af78b311065ed25f03a0812b2de77aa9a9b4 (patch) | |
tree | 8194fa0c8482cc262ce77a074bb56f57907de93e /live/themes | |
parent | a636ed8349440856a0b6d476107dab63bc4bb128 (diff) | |
download | vdr-plugin-live-8488af78b311065ed25f03a0812b2de77aa9a9b4.tar.gz vdr-plugin-live-8488af78b311065ed25f03a0812b2de77aa9a9b4.tar.bz2 |
- Added patch from zirias for background color settings. See
http://www.vdr-portal.de/board/thread.php?postid=659497#post659497
Diffstat (limited to 'live/themes')
-rw-r--r-- | live/themes/orange-blue/css/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/live/themes/orange-blue/css/theme.css b/live/themes/orange-blue/css/theme.css index 594c90c..c2b6056 100644 --- a/live/themes/orange-blue/css/theme.css +++ b/live/themes/orange-blue/css/theme.css @@ -2,7 +2,8 @@ # Globals ###################### */ -body { + +html, body { background-color: #081966; color: white; } |