Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
lnbits/templates/displaywithdraw.html
|
|
@ -429,7 +429,10 @@ background-color: |
|
|
|
#3e355a; |
|
|
|
} |
|
|
|
|
|
|
|
.skin-blue .sidebar-menu > li > a:hover, .skin-blue .sidebar-menu > li.active > a { |
|
|
|
|
|
|
|
background: none; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
@ -454,12 +457,14 @@ background-color: |
|
|
|
<ul class="nav navbar-nav"> |
|
|
|
<!-- Messages: style can be found in dropdown.less--> |
|
|
|
<li class="dropdown messages-menu"> |
|
|
|
|
|
|
|
{% block messages %}{% endblock %} |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</nav> |
|
|
|
</header> |
|
|
|
|
|
|
|
<aside class="main-sidebar"> |
|
|
|
<!-- sidebar: style can be found in sidebar.less --> |
|
|
|
<section class="sidebar" style="height: auto;"> |
|
|
|