From 648605f2aa2eddfe7a79997b77065563cebabd53 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 3 May 2012 11:11:22 +0000 Subject: [PATCH] 2012-05-03 Juan Manuel Ramon * include/styles/pandora.css: Removed background color of header separators and background header font color in godmode views. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6243 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/styles/pandora.css | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 829e3c9b72..f4178e070f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-05-03 Juan Manuel Ramon + + * include/styles/pandora.css: Removed background color of + header separators and background header font color in godmode views. + 2012-05-03 Juan Manuel Ramon * include/styles/pandora_legacy.css diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 1c2d702e65..0da840a283 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -720,12 +720,10 @@ div.title_line { } #menu_tab li.separator_view { - background: #9BC969; padding: 4px; } #menu_tab li.separator { - background: #e79b5d; padding: 4px; } @@ -763,7 +761,6 @@ div.title_line { } #menu_tab_left li a, #menu_tab_left li span { /* text-transform: uppercase; */ - background: #e79b5d; padding: 2px 5px 2px 5px; color: #fff; font-weight: bold;