make profile edit pencil stand out a bit on darker backgrounds
This commit is contained in:
parent
5dcd0654d4
commit
18f5890cb1
@ -433,6 +433,7 @@ aside li {
|
||||
opacity: 0.3;
|
||||
filter:alpha(opacity=30);
|
||||
float: right;
|
||||
margin-top: -3px;
|
||||
}
|
||||
.profile-edit-side-link:hover {
|
||||
opacity: 1.0;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{{if $profile.edit}}
|
||||
<div class="dropdown">
|
||||
<a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil" title="{{$profile.edit.1}}" ></i></a>
|
||||
<a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil btn btn-default btn-xs" title="{{$profile.edit.1}}" ></i></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
{{foreach $profile.menu.entries as $e}}
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user