diff options
| author | Omar Roth <omarroth@hotmail.com> | 2019-03-06 09:54:56 -0600 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2019-03-06 09:54:56 -0600 |
| commit | 7557ffcda1c06d5a87fddfff8b3935c8e98ccb23 (patch) | |
| tree | 0832e6aecc1c943aff0411a6390299ae4d7d8b54 /assets/css | |
| parent | bc9d70109c9f6e966b5d27a0ab617e578cdfc604 (diff) | |
| download | invidious-7557ffcda1c06d5a87fddfff8b3935c8e98ccb23.tar.gz invidious-7557ffcda1c06d5a87fddfff8b3935c8e98ccb23.tar.bz2 invidious-7557ffcda1c06d5a87fddfff8b3935c8e98ccb23.zip | |
Mark deleted channels in /subscription_manager
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/darktheme.css | 4 | ||||
| -rw-r--r-- | assets/css/default.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/darktheme.css b/assets/css/darktheme.css index dce2cb91..1b70956b 100644 --- a/assets/css/darktheme.css +++ b/assets/css/darktheme.css @@ -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; diff --git a/assets/css/default.css b/assets/css/default.css index 85a8911f..cc29e1ef 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1,3 +1,7 @@ +.deleted { + background-color: rgb(255, 0, 0, 0.5); +} + .channel-owner { background-color: #008bec; color: #fff; |
