mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
Change user-dropdown button colors
Making it a little more evident, that there are buttons there.
This commit is contained in:
parent
85e745731b
commit
2dedf54991
@ -32,3 +32,6 @@ table td {
|
||||
color: olive;
|
||||
}
|
||||
|
||||
.user-footer {
|
||||
background-color: #222d32 !important;
|
||||
}
|
@ -70,10 +70,10 @@
|
||||
<!-- Menu Footer-->
|
||||
<li class="user-footer">
|
||||
<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 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>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user