summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-11-19 22:06:59 -0600
committerOmar Roth <omarroth@hotmail.com>2018-11-19 22:06:59 -0600
commit6b12f11e105eac98c40765b01490d28d2c0669fe (patch)
tree17612467461e0eb6559c8066715892f71c6ae91f /assets/css
parentc7e8d623c045711407ea06420ae1eb2dbed37a03 (diff)
downloadinvidious-6b12f11e105eac98c40765b01490d28d2c0669fe.tar.gz
invidious-6b12f11e105eac98c40765b01490d28d2c0669fe.tar.bz2
invidious-6b12f11e105eac98c40765b01490d28d2c0669fe.zip
Add ability to mark videos as watched in subscription feed
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index aebd563c..4ec94a68 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -55,6 +55,19 @@ img.thumbnail {
bottom: -0.5em;
}
+.watched {
+ z-index: 100;
+ position: absolute;
+ background-color: rgba(35, 35, 35, 0.75);
+ color: #fff;
+ border-radius: 2px;
+ padding: 4px 8px 4px 8px;
+ font-size: 25px;
+ font-family: sans-serif;
+ left: 0.25em;
+ top: -0.75em;
+}
+
/*
* Navbar
*/