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:
parent
1e55e4fe64
commit
38aac76db9
|
@ -122,7 +122,7 @@ config_check();
|
|||
$ignored_params = array ('agent_config' => false, 'code' => false);
|
||||
if ($config["refr"]) {
|
||||
$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')) . ' '. __('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')) . ' '. __('Autorefresh');
|
||||
echo ' (<span id="refrcounter">'.date ("i:s", $config["refr"]).'</span>)';
|
||||
echo '</a>';
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue