Add: css for seen overlay

This commit is contained in:
Aroy-Art 2024-06-19 18:27:13 +02:00
parent b18728eef6
commit 78d367337d
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -406,6 +406,29 @@ body{
opacity: 1; /* Show the overlay on hover */
}
.seen-overlay {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
font-size: 13px;
font-weight: 700;
line-height: 14px;
letter-spacing: .5px;
color: #232326;
background-color: #414141;
border: 1.25px solid #232326;
border-radius: 0 1vmin 0 1vmin;
white-space: nowrap;
padding: 4px 6px 4px;
margin: 0 1px 0 0;
cursor: pointer;
opacity: .8;
}
.seen-overlay[data-seen="false"] {
display: none;
}
/*=================================================================
Site icon overlay on gallery