use bootstrap font colour instead of css

This commit is contained in:
Oliver Gorwits
2013-05-06 00:49:47 +01:00
parent f75f1e5cbf
commit 024f4d9a83
2 changed files with 2 additions and 10 deletions

View File

@@ -27,14 +27,6 @@ body {
width: 100%;
}
.nd_user_port_control {
color: rgba(255,255,0,0.8) !important;
}
.nd_user_admin {
color: rgba(255,0,0,0.8) !important;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* various styles to adjust the hero box used for homepage + login */

View File

@@ -101,9 +101,9 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
[% IF vars.user.admin %]
<i class="icon-user nd_user_admin"></i>
<i class="icon-user text-error"></i>
[% ELSIF vars.user.port_control %]
<i class="icon-user nd_user_port_control"></i>
<i class="icon-user text-warning"></i>
[% ELSE %]
<i class="icon-user"></i>
[% END %]