Archived
1
0

Fix new search bar - you can now finally search again

This commit is contained in:
KingOfDog
2019-04-15 16:27:11 +02:00
committed by Marcel
parent 9c023c939a
commit d520b4752f
3 changed files with 49 additions and 64 deletions

View File

@@ -190,16 +190,28 @@
.navbar .navbar-search {
z-index: 1;
padding-right: 40px;
grid-area: center;
}
.navbar .navbar-search .input-group {
border-radius: .25rem;
background: rgba(0, 0, 0, .04);
}
.navbar .navbar-search input.form-control {
border: none;
background: rgba(0, 0, 0, .04);
background: none;
box-shadow: none;
outline: none;
}
.navbar .navbar-search .input-group .btn {
padding: .375rem .25rem .375rem .75rem;
background: none;
color: #666;
}
#userMenuButton {
height: 48px;
padding: 4px 25px 4px 4px;