summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authorWes van der Vleuten <16665772+WesVleuten@users.noreply.github.com>2022-11-07 19:03:23 +0000
committerWes van der Vleuten <16665772+WesVleuten@users.noreply.github.com>2022-11-07 20:04:46 +0100
commit7b573817734dfd48fc6d1fbdc9a0a99f379f0ed1 (patch)
treead38b4422aca94cefe9da2871ba471882295d832 /assets/css
parent437f42250e381ab7652e07b4a413bb5d152356e1 (diff)
downloadinvidious-7b573817734dfd48fc6d1fbdc9a0a99f379f0ed1.tar.gz
invidious-7b573817734dfd48fc6d1fbdc9a0a99f379f0ed1.tar.bz2
invidious-7b573817734dfd48fc6d1fbdc9a0a99f379f0ed1.zip
Added watch indicator
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 ab2b79e6..30a562e2 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -135,6 +135,9 @@ div.thumbnail {
position: relative;
box-sizing: border-box;
}
+div.thumbnail.thumbnail-watched {
+ background-color: rgba(255,255,255,.4);
+}
img.thumbnail {
position: absolute;
@@ -143,6 +146,16 @@ img.thumbnail {
left: 0;
top: 0;
object-fit: cover;
+ z-index: -1;
+}
+
+div.watched-indicator {
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ height: 4px;
+ width: 100%;
+ background: red;
}
.length {