xmc/modular/unread.css

52 lines
1.3 KiB
CSS
Raw Normal View History

2023-10-26 20:10:59 +00:00
[class^="listItem_"]:hover [class^="pill_"] {
2022-10-19 03:12:12 +00:00
display: none;
}
2023-10-26 20:10:59 +00:00
[class^="listItem_"] [class^="pill_"] {
2022-10-19 03:12:12 +00:00
width: 52px !important;
height: 56px !important;
top: -4px !important;
left: 11px;
z-index: 100;
}
2023-10-26 20:10:59 +00:00
[class^="listItem_"] [class^="pill_"] > span {
2022-10-19 03:12:12 +00:00
display: none;
}
2023-10-26 20:10:59 +00:00
[class^="listItem_"] [class^="pill_"] > span[style*="height: 8px;"] {
2022-10-19 03:12:12 +00:00
display: block;
left: 4px;
bottom: 2px;
height: 12px !important;
width: 12px !important;
border-radius: 100% !important;
transform: none !important;
z-index: 100;
2023-02-15 05:00:25 +00:00
background: var(--red, var(--status-red-500));
2022-10-19 03:12:12 +00:00
}
2023-10-26 20:10:59 +00:00
[class^="listItem_"] [class^="pill_"] > span[style*="height: 40px;"] {
2022-10-19 03:12:12 +00:00
display: block;
background: transparent;
height: 46px !important;
width: 46px !important;
right: 4px;
top: 5px !important;
border-radius: 10% !important;
2023-02-15 05:00:25 +00:00
box-shadow: 0 0 0 2.5px var(--accent, var(--brand-500));
2022-10-19 03:12:12 +00:00
z-index: 100;
}
2023-10-26 20:10:59 +00:00
[class^="listItem_"]:hover [class^="pill_"] span {
2022-10-19 03:12:12 +00:00
opacity: 0 !important;
}
2023-10-26 20:10:59 +00:00
[class^="listItem_"]:not(:hover) [class^="pill_"] span {
2022-10-19 03:12:12 +00:00
opacity: 0 !important;
}
2023-10-26 20:10:59 +00:00
[class^="listItem_"]:not(:hover) [class^="pill_"] span[style^="opacity: 0.7"],
[class^="listItem_"]:not(:hover) [class^="pill_"] span[style^="opacity: 1"] {
2022-10-19 03:12:12 +00:00
opacity: 1 !important;
}
2023-10-26 20:10:59 +00:00
[class^="listItem_"] [class^="upperBadge_"] {
2022-10-19 03:12:12 +00:00
z-index: 500;
2022-10-19 03:32:11 +00:00
}