mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-05 16:25:05 +00:00
Search/RSS will be greyed out if they are not available on that indexer (instead of missing)
This commit is contained in:
@@ -26,4 +26,8 @@
|
||||
.button-variant(@btn-warning-color, @btn-warning-bg, @btn-warning-border);
|
||||
}
|
||||
}
|
||||
|
||||
input:first-of-type:disabled ~ .slide-button {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
@@ -95,6 +95,15 @@
|
||||
font-size : 16px;
|
||||
}
|
||||
|
||||
.label-white {
|
||||
color : black;
|
||||
background-color : white;
|
||||
}
|
||||
|
||||
.label-disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
th {
|
||||
cursor : default;
|
||||
|
||||
@@ -113,11 +122,6 @@ a, .btn {
|
||||
}
|
||||
}
|
||||
|
||||
.label-white {
|
||||
color : black;
|
||||
background-color : white;
|
||||
}
|
||||
|
||||
body {
|
||||
background:
|
||||
url('../Content/Images/background/logo.png') 50px center no-repeat fixed,#272727;
|
||||
|
||||
Reference in New Issue
Block a user