utc time should have the same color as the rest of the menu

This commit is contained in:
HB9HIL
2024-05-08 10:11:23 +02:00
parent dc4abbe829
commit 09beb6468f
5 changed files with 17 additions and 1 deletions

View File

@@ -472,7 +472,7 @@
$utc_headermenu = ($this->user_options_model->get_options('header_menu', array('option_name' => 'utc_headermenu'))->row()->option_value ?? 'false');
if ($utc_headermenu == 'true') {
?>
<li class="nav-link disabled">
<li class="nav-link disabled" id="utc_header_li">
<a id="utc_header" style="width: 70px; display: inline-block;"></a>
</li>