fixed an icon

This commit is contained in:
Michele Artini 2024-11-27 11:32:24 +01:00
parent a5b4ccea03
commit e2c2f53da2
2 changed files with 3 additions and 10 deletions

View File

@ -4385,7 +4385,8 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
height: 1.5em;
vertical-align: middle;
content: "";
background:50%/100% 100% no-repeat
background:50%/100% 100% no-repeat;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-nav-scroll {
@ -4668,10 +4669,6 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
border-color:rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
color:rgba(0, 0, 0, .5)
}
@ -4713,10 +4710,6 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
border-color:rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
color:rgba(255, 255, 255, .8)
}

View File

@ -73,7 +73,7 @@ fieldset > legend { font-size : 1.2rem !important; }
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse w-100 order-1" id="navbarSupportedContent">
<ul class="navbar-nav">
<ul class="navbar-nav mx-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" data-toggle="dropdown">Search</a>
<div class="dropdown-menu">