Search/RSS will be greyed out if they are not available on that indexer (instead of missing)

This commit is contained in:
Mark McDowall
2014-08-30 15:30:32 -07:00
parent 1709b6ff89
commit 30511d166d
4 changed files with 30 additions and 11 deletions

View File

@@ -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;
}
}

View File

@@ -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;