sonarrv3: several small fixes
This commit is contained in:
parent
0fda6e2629
commit
5ca932f444
@ -645,6 +645,9 @@ pre {
|
|||||||
.FormInputHelpText\/helpText\/3_AVV {
|
.FormInputHelpText\/helpText\/3_AVV {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
.FormInputGroup\/inputUnit\/19QXo {
|
||||||
|
color: #eee !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* LINKS */
|
/* LINKS */
|
||||||
.Link\/to\/6fmSq {
|
.Link\/to\/6fmSq {
|
||||||
@ -725,6 +728,8 @@ pre {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* SIDE MENU */
|
/* SIDE MENU */
|
||||||
.PageSidebar\/sidebar\/2UXc0 {
|
.PageSidebar\/sidebar\/2UXc0 {
|
||||||
background-color: rgba(0, 0, 0, .45);
|
background-color: rgba(0, 0, 0, .45);
|
||||||
@ -808,11 +813,14 @@ pre {
|
|||||||
background-color: rgba(0, 0, 0, .25) !important;
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
}
|
}
|
||||||
.Popover\/title\/326tA, .SeasonInfo\/title\/1tid_, .Popover\/body\/10Yh7 {
|
.Popover\/title\/326tA, .SeasonInfo\/title\/1tid_, .Popover\/body\/10Yh7 {
|
||||||
background-color: #1f1f1f !important;
|
background-color: #232323 !important;
|
||||||
}
|
}
|
||||||
.Tooltip\/tooltipContainer\/2693s {
|
.Tooltip\/tooltipContainer\/2693s {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.Tooltip\/bottom\/3Ewbi.Tooltip\/default\/2NTKh {
|
||||||
|
border-bottom-color: #232323;
|
||||||
|
}
|
||||||
.EpisodeTitleLink\/link\/3ynTw:hover {
|
.EpisodeTitleLink\/link\/3ynTw:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -838,7 +846,7 @@ pre {
|
|||||||
}
|
}
|
||||||
/* POSTERS */
|
/* POSTERS */
|
||||||
.SeriesIndexPoster\/title\/263Pq, .SeriesIndexPoster\/nextAiring\/1FZy6, .SeriesIndexPosterInfo\/info\/2JsCg {
|
.SeriesIndexPoster\/title\/263Pq, .SeriesIndexPoster\/nextAiring\/1FZy6, .SeriesIndexPosterInfo\/info\/2JsCg {
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(255, 255, 255, 0.08);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
/* HOVEL LABELS */
|
/* HOVEL LABELS */
|
||||||
@ -880,14 +888,26 @@ pre {
|
|||||||
/* SEARCH BAR */
|
/* SEARCH BAR */
|
||||||
.Input\/input\/2YWzR, .AddNewSeries\/searchIconContainer\/3QAm8, .AddNewSeries\/clearLookupButton\/1dKG7 {
|
.Input\/input\/2YWzR, .AddNewSeries\/searchIconContainer\/3QAm8, .AddNewSeries\/clearLookupButton\/1dKG7 {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(255, 255, 255, 0.08);
|
||||||
color: #FFF
|
color: #FFF
|
||||||
|
}
|
||||||
|
.SeriesSearchResult\/alternateTitle\/21CfS {
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
.AddNewSeriesSearchResult\/year\/2jW2b {
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
.Input\/input\/2YWzR:focus {
|
.Input\/input\/2YWzR:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
border-color: transparent;
|
border-color: #fff;
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
|
box-shadow: none;
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
|
}
|
||||||
|
.TagInput\/input\/3E1DX.TagInput\/isFocused\/13j-F {
|
||||||
|
outline: 0;
|
||||||
|
border-color: #fff;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.Button\/default\/2uiHU:hover {
|
.Button\/default\/2uiHU:hover {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
@ -905,6 +925,12 @@ pre {
|
|||||||
.AddNewSeriesSearchResult\/searchResult\/xR8dj:hover {
|
.AddNewSeriesSearchResult\/searchResult\/xR8dj:hover {
|
||||||
background-color: hsla(0,0%,100%,.08) !important;
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
}
|
}
|
||||||
|
.AddNewSeriesModalContent\/year\/t7IIJ {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.RootFolderSelectInputSelectedValue\/seriesFolder\/a7chC, .RootFolderSelectInputSelectedValue\/freeSpace\/1Irwm {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/* IMPORT */
|
/* IMPORT */
|
||||||
|
|
||||||
@ -1064,5 +1090,10 @@ pre {
|
|||||||
background-color: rgba(0, 0, 0, 0.45);
|
background-color: rgba(0, 0, 0, 0.45);
|
||||||
}
|
}
|
||||||
.forgot-password {
|
.forgot-password {
|
||||||
color: #656565 !important;
|
color: #eee !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Custom filter */
|
||||||
|
.FilterBuilderRow\/filterRow\/1ozij:hover {
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user