Mark deleted channels in /subscription_manager

This commit is contained in:
Omar Roth
2019-03-06 09:54:56 -06:00
parent bc9d70109c
commit 7557ffcda1
4 changed files with 15 additions and 12 deletions

View File

@@ -28,6 +28,10 @@ body {
color: rgba(35, 35, 35, 1);
}
.pure-form input[type="file"] {
color: #f0f0f0;
}
.navbar > .searchbar input {
background-color: inherit;
color: inherit;

View File

@@ -1,3 +1,7 @@
.deleted {
background-color: rgb(255, 0, 0, 0.5);
}
.channel-owner {
background-color: #008bec;
color: #fff;