Change Port Free icon to be more accessible (#633)
The port free icon currently only differs from the port down icon by colour, on higher resolutions with a colour vision impairment they're not very distinguishable, a slightly different icon fixes this.
This commit is contained in:
committed by
Oliver Gorwits
parent
416a6939ec
commit
ad6dd2bb62
@@ -39,7 +39,7 @@
|
||||
[% ELSIF row.has_column_loaded('is_free') AND row.is_free %]
|
||||
<i class="icon-arrow-down text-success icon-large"></i>
|
||||
[% ELSIF row.up_admin == 'up' AND (row.up != 'up' AND row.up != 'dormant') %]
|
||||
<i class="icon-arrow-down text-error icon-large"></i>
|
||||
<i class="icon-circle-arrow-down text-error icon-large"></i>
|
||||
[% ELSE %]
|
||||
<i class="icon-angle-up text-success icon-large"></i>
|
||||
[% END %]
|
||||
|
||||
Reference in New Issue
Block a user