From 38aac76db9506b330f43ee710c13768c09f3734f Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 16 Aug 2011 10:50:24 +0000 Subject: [PATCH] 2011-08-16 Miguel de Dios * include/styles/pandora.css, images/skin/skin_default/include/styles/pandora.css, general/header.php: change the color of autorefresh in header. Fixes: #3371429 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4734 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/general/header.php | 2 +- .../images/skin/skin_default/include/styles/pandora.css | 5 ----- pandora_console/include/styles/pandora.css | 5 ----- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index ba021e0a6b..250f3ffec3 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -122,7 +122,7 @@ config_check(); $ignored_params = array ('agent_config' => false, 'code' => false); if ($config["refr"]) { $ignored_params['refr'] = 0; - echo '' . html_print_image("images/page_refresh.png", true, array("class" => 'bot', "alt" => 'lightning')) . ' '. __('Autorefresh'); + echo '' . html_print_image("images/page_refresh.png", true, array("class" => 'bot', "alt" => 'lightning')) . ' '. __('Autorefresh'); echo ' ('.date ("i:s", $config["refr"]).')'; echo ''; } diff --git a/pandora_console/images/skin/skin_default/include/styles/pandora.css b/pandora_console/images/skin/skin_default/include/styles/pandora.css index cc8c9d8392..e1ba9b09ba 100644 --- a/pandora_console/images/skin/skin_default/include/styles/pandora.css +++ b/pandora_console/images/skin/skin_default/include/styles/pandora.css @@ -150,11 +150,6 @@ a.white_bold { text-decoration: none; font-weight: bold; } -a.white_grey_bold { - color: #999; - text-decoration: none; - font-weight: bold; -} a.white { color: #eee; text-decoration: none; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index dec40fe828..082f612260 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -114,11 +114,6 @@ a.white_bold { text-decoration: none; font-weight: bold; } -a.white_grey_bold { - color: #999; - text-decoration: none; - font-weight: bold; -} a.white { color: #eee; text-decoration: none;