2011-08-16 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2011-08-16 10:50:24 +00:00
parent 1e55e4fe64
commit 38aac76db9
3 changed files with 1 additions and 11 deletions

View File

@ -122,7 +122,7 @@ config_check();
$ignored_params = array ('agent_config' => false, 'code' => false); $ignored_params = array ('agent_config' => false, 'code' => false);
if ($config["refr"]) { if ($config["refr"]) {
$ignored_params['refr'] = 0; $ignored_params['refr'] = 0;
echo '<a id="autorefresh" class="white_grey_bold" href="' . ui_get_url_refresh ($ignored_params).'">' . html_print_image("images/page_refresh.png", true, array("class" => 'bot', "alt" => 'lightning')) . '&nbsp;'. __('Autorefresh'); echo '<a id="autorefresh" class="white_bold" href="' . ui_get_url_refresh ($ignored_params).'">' . html_print_image("images/page_refresh.png", true, array("class" => 'bot', "alt" => 'lightning')) . '&nbsp;'. __('Autorefresh');
echo ' (<span id="refrcounter">'.date ("i:s", $config["refr"]).'</span>)'; echo ' (<span id="refrcounter">'.date ("i:s", $config["refr"]).'</span>)';
echo '</a>'; echo '</a>';
} }

View File

@ -150,11 +150,6 @@ a.white_bold {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }
a.white_grey_bold {
color: #999;
text-decoration: none;
font-weight: bold;
}
a.white { a.white {
color: #eee; color: #eee;
text-decoration: none; text-decoration: none;

View File

@ -114,11 +114,6 @@ a.white_bold {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }
a.white_grey_bold {
color: #999;
text-decoration: none;
font-weight: bold;
}
a.white { a.white {
color: #eee; color: #eee;
text-decoration: none; text-decoration: none;