fix search box css in dark theme

This commit is contained in:
Jonathan Rainville 2018-10-17 10:19:02 -04:00 committed by Pascal Precht
parent cf294d8bb2
commit 1c85d898b7
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
3 changed files with 10 additions and 3 deletions

View File

@ -1,11 +1,13 @@
.search-bar input {
#root .search-bar input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: 0;
outline: none;
box-shadow: none;
}
.search-bar button {
#root .search-bar button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
box-shadow: none;
}

View File

@ -141,3 +141,8 @@ input[type="button"] {
width: 100%;
}
}
.search-bar button {
background-color: $gray-500;
border-color: $gray-500;
}

View File

@ -65,7 +65,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
background-color: $body-bg; // 2
}
span.fa {
.dropdown-item span.fa {
display: inline-block;
width: 20px;
margin-right: 10px;