mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
searchbar mobile styling
This commit is contained in:
parent
2f8c8f9c71
commit
b12282067a
1 changed files with 12 additions and 4 deletions
|
@ -2,6 +2,12 @@ $ombi-primary:#3f3f3f;
|
|||
$ombi-primary-darker:#2b2b2b;
|
||||
$ombi-accent: #258a6d;
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.quater-width {
|
||||
width: 15em !important;
|
||||
}
|
||||
}
|
||||
|
||||
.quater-width {
|
||||
width: 25em;
|
||||
}
|
||||
|
@ -24,10 +30,11 @@ $ombi-accent: #258a6d;
|
|||
}
|
||||
|
||||
::ng-deep ngb-typeahead-window button.dropdown-item {
|
||||
color:white;
|
||||
color: white;
|
||||
}
|
||||
|
||||
::ng-deep ngb-typeahead-window .dropdown-item.active, .dropdown-item:active {
|
||||
::ng-deep ngb-typeahead-window .dropdown-item.active,
|
||||
.dropdown-item:active {
|
||||
text-decoration: none;
|
||||
background-color: $ombi-accent;
|
||||
}
|
||||
|
@ -36,6 +43,7 @@ $ombi-accent: #258a6d;
|
|||
background-color: $ombi-primary-darker;
|
||||
border: solid 1px $ombi-primary-darker;
|
||||
}
|
||||
|
||||
.search-bar:focus {
|
||||
background-color:white;
|
||||
background-color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue