diff --git a/glue.css b/glue.css index e948ccd..3912669 100755 --- a/glue.css +++ b/glue.css @@ -1,4 +1,5 @@ html { + background-color: transparent; color: #666; } diff --git a/zlink/main.css b/zlink/main.css index 44c72d3..33194e5 100755 --- a/zlink/main.css +++ b/zlink/main.css @@ -368,14 +368,19 @@ body.remotebar .view-player .player-bar-wrapper { color: #9a37e1; } -html, body { - background-color: #fafafa; +html { + background-color: transparent; } +body, iframe { background-color: #fafafa; } +#view-content { + background-color: white; +} + #menu-wrapper { border-right: solid 1px #eee; }