Browse Source

ombi: searchbar fix

pull/15/head
gilbN 5 years ago
parent
commit
c533c46f65
  1. 1
      CSS/themes/ombi/ombi-base.css

1
CSS/themes/ombi/ombi-base.css

@ -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;

Loading…
Cancel
Save