Merge pull request #349 from HB9HIL/utc_css

utc time should have the same color as the rest of the menu
This commit is contained in:
HB9HIL
2024-05-08 10:16:19 +02:00
committed by GitHub
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>

View File

@@ -51,4 +51,8 @@ TD.qrz {
.spw-buttons {
--bs-btn-bg: #e9ecef;
--bs-btn-border-color: transparent;
}
#utc_header_li {
color: #575757;
}

View File

@@ -114,4 +114,8 @@ TD.qrz {
.spw-buttons {
--bs-btn-bg: #e9ecef;
--bs-btn-border-color: transparent;
}
#utc_header_li {
color: #575757;
}

View File

@@ -61,4 +61,8 @@ thead > tr > td {
.spw-buttons {
--bs-btn-bg: #e9ecef;
--bs-btn-border-color: transparent;
}
#utc_header_li {
color: #575757;
}

View File

@@ -101,4 +101,8 @@ thead > tr > td {
.spw-buttons {
--bs-btn-bg: #e9ecef;
--bs-btn-border-color: transparent;
}
#utc_header_li {
color: #575757;
}