mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 09:11:06 +00:00
3bac45032d
Co-authored-by: Cursor <[email protected]>
21 lines
431 B
CSS
21 lines
431 B
CSS
[class*="notifications__item___"].bsplus-notification-backed-up {
|
|
position: relative;
|
|
}
|
|
|
|
.bsplus-notification-backup-badge {
|
|
position: absolute;
|
|
top: 6px;
|
|
right: 6px;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
background: var(--better-main, #22c55e);
|
|
color: #fff;
|
|
font-size: 9px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
pointer-events: none;
|
|
z-index: 2;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
}
|