ombi: searchbar fix

This commit is contained in:
gilbN 2019-07-18 22:54:04 +02:00
parent 7dbfc1e2a5
commit c533c46f65

View File

@ -31,6 +31,7 @@ background-color:var(--modal-bg-color) !important;
/* Search bar */ /* Search bar */
.search-bar-background[_ngcontent-c1] { .search-bar-background[_ngcontent-c1] {
border-radius: 3px; border-radius: 3px;
background-color: transparent !important;
} }
.form-control-custom { .form-control-custom {
background-color: rgba(0, 0, 0, 0.25) !important; background-color: rgba(0, 0, 0, 0.25) !important;