mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
add some "no results" feedback to the searching + minor UI improvements
This commit is contained in:
parent
a2cbcaa4f1
commit
855689d0b9
5 changed files with 51 additions and 11 deletions
|
@ -22,7 +22,9 @@
|
|||
|
||||
.form-control-custom {
|
||||
background-color: #4e5d6c !important;
|
||||
color: white !important; }
|
||||
color: white !important;
|
||||
border-radius: 0;
|
||||
box-shadow: 0 0 0 !important; }
|
||||
|
||||
h1 {
|
||||
font-size: 3.5rem !important;
|
||||
|
@ -138,3 +140,14 @@ label {
|
|||
#tvList .mix {
|
||||
display: none; }
|
||||
|
||||
.no-search-results {
|
||||
text-align: center; }
|
||||
|
||||
.no-search-results .no-search-results-icon {
|
||||
font-size: 10em;
|
||||
color: #4e5d6c; }
|
||||
|
||||
.no-search-results .no-search-results-text {
|
||||
margin: 20px 0;
|
||||
color: #ccc; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue