mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge branch 'dev' into cron_expressions
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -51,4 +51,8 @@ TD.qrz {
|
||||
.spw-buttons {
|
||||
--bs-btn-bg: #e9ecef;
|
||||
--bs-btn-border-color: transparent;
|
||||
}
|
||||
|
||||
#utc_header_li {
|
||||
color: #575757;
|
||||
}
|
||||
@@ -114,4 +114,8 @@ TD.qrz {
|
||||
.spw-buttons {
|
||||
--bs-btn-bg: #e9ecef;
|
||||
--bs-btn-border-color: transparent;
|
||||
}
|
||||
|
||||
#utc_header_li {
|
||||
color: #575757;
|
||||
}
|
||||
@@ -61,4 +61,8 @@ thead > tr > td {
|
||||
.spw-buttons {
|
||||
--bs-btn-bg: #e9ecef;
|
||||
--bs-btn-border-color: transparent;
|
||||
}
|
||||
|
||||
#utc_header_li {
|
||||
color: #575757;
|
||||
}
|
||||
@@ -101,4 +101,8 @@ thead > tr > td {
|
||||
.spw-buttons {
|
||||
--bs-btn-bg: #e9ecef;
|
||||
--bs-btn-border-color: transparent;
|
||||
}
|
||||
|
||||
#utc_header_li {
|
||||
color: #575757;
|
||||
}
|
||||
Reference in New Issue
Block a user