diff --git a/CSS/themes/ombi/ombi-base.css b/CSS/themes/ombi/ombi-base.css index c6bd6a4e..140fbd89 100644 --- a/CSS/themes/ombi/ombi-base.css +++ b/CSS/themes/ombi/ombi-base.css @@ -204,6 +204,11 @@ a:hover { color: var(--text-hover) !important; } +.active-advanced.fa-filter{ + color: rgb(var(--accent-color)); + background:none; + } + /* DISCOVER PAGE */ .discover-filter-buttons-group { background: rgb(255 255 255 / 8%) !important; @@ -218,6 +223,10 @@ a:hover { background: rgba(0, 0, 0, 0.45) !important; } +#search-filter{ + color:var(--text); + } + .small-middle-container [div*="_ngcontent-"] { margin: auto; width: 100% !important; @@ -466,6 +475,14 @@ small.important { background: var(--button-color-hover) !important; } +.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle { + border-color: rgb(var(--accent-color)); +} + +.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple { + background-color: rgb(var(--accent-color)); +} + /* Plex buttons */ .viewon-btn.plex, .viewon-btn.emby, @@ -677,3 +694,10 @@ hr { .mat-spinner.mat-accent circle { stroke: rgb(var(--accent-color)); } + +/* ADVANCED SEARCH MODAL */ +.alert-info { + background: rgba(255, 255, 255, .25) !important; + border-color: rgba(255, 255, 255, .1) !important; + color: var(--text-hover) !important; +} \ No newline at end of file