Color change

This commit is contained in:
Istiak Ferdous
2021-08-05 17:53:27 +06:00
parent efc9142e35
commit cff5fc4b2b
3 changed files with 36 additions and 10 deletions

View File

View File

@@ -200,17 +200,17 @@
<div ng-controller="loadAvg" id="header-nav-right">
<a class="hide-on-phone hdr-btn" style="background-color: unset;width: 33px" href="#"
title="{% trans 'CPU Load Average' %}" data-placement="bottom">
<span class="badge bg-yellow" id="load1">{$ one $}</span>
<span class="badge bg-red" id="load1">{$ one $}</span>
</a>
<a class="hide-on-phone hdr-btn" style="background-color: unset;width: 33px" href="#"
title="{% trans 'CPU Load Average' %}" data-placement="bottom">
<span class="badge bg-yellow" id="load2">{$ two $}</span>
<span class="badge bg-red" id="load2">{$ two $}</span>
</a>
<a class="hide-on-phone hdr-btn" style="background-color: unset;width: 33px" href="#"
title="{% trans 'CPU Load Average' %}" data-placement="bottom">
<span class="badge bg-yellow" id="load3">{$ three $}</span>
<span class="badge bg-red" id="load3">{$ three $}</span>
</a>
<div class="dropdown" id="dashnav-btn">