mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-05 01:45:40 +00:00
Merge pull request #353 from tmuncks/user-dropdown-colors
Change user-dropdown button colors
This commit is contained in:
commit
c13d616a7f
@ -32,3 +32,6 @@ table td {
|
|||||||
color: olive;
|
color: olive;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-footer {
|
||||||
|
background-color: #222d32 !important;
|
||||||
|
}
|
@ -70,10 +70,10 @@
|
|||||||
<!-- Menu Footer-->
|
<!-- Menu Footer-->
|
||||||
<li class="user-footer">
|
<li class="user-footer">
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
<a href="{{ url_for('user_profile') }}" class="btn btn-flat btn-default">My Profile</a>
|
<a href="{{ url_for('user_profile') }}" class="btn btn-flat btn-primary">My Profile</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<a href="{{ url_for('logout') }}" class="btn btn-flat btn-default">Log out</a>
|
<a href="{{ url_for('logout') }}" class="btn btn-flat btn-warning">Log out</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user