mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
sidebar: switch to a real button (#3342)
This commit is contained in:
@@ -48,11 +48,10 @@ mg.include('header.lp','r')
|
|||||||
<!-- Header Navbar: style can be found in header.less -->
|
<!-- Header Navbar: style can be found in header.less -->
|
||||||
<nav class="navbar navbar-static-top">
|
<nav class="navbar navbar-static-top">
|
||||||
<!-- Sidebar toggle button-->
|
<!-- Sidebar toggle button-->
|
||||||
<a href="#" class="sidebar-toggle-svg" data-toggle="push-menu" role="button">
|
<button class="sidebar-toggle-svg" data-toggle="push-menu" aria-label="Toggle Navigation">
|
||||||
<i aria-hidden="true" class="fa fa-angle-double-left"></i>
|
<i aria-hidden="true" class="fa fa-angle-double-left"></i>
|
||||||
<span class="sr-only">Toggle navigation</span>
|
|
||||||
<span class="warning-count hidden" id="top-warning-count"></span>
|
<span class="warning-count hidden" id="top-warning-count"></span>
|
||||||
</a>
|
</button>
|
||||||
<div class="navbar-custom-menu">
|
<div class="navbar-custom-menu">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li<? if string.len(hostname) == 0 then ?> class="hidden"<? end ?>>
|
<li<? if string.len(hostname) == 0 then ?> class="hidden"<? end ?>>
|
||||||
|
|||||||
@@ -414,7 +414,8 @@ tfoot.add-new-item > tr > th {
|
|||||||
position: relative;
|
position: relative;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
float: left;
|
float: left;
|
||||||
background: none;
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user