This style adds green highlights to grouped deviations in notifications, so that it's easier to notice them, for example while unchecking stuff after selecting all notifications.
DeviantArt (Eclipse) - Highlight Grouped Notifications by dragoonaethis
Details
Authordragoonaethis
LicenseCC 0
Categorydeviantart, accessibility
Created
Updated
Size639 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name DeviantArt (Eclipse) - Highlight Grouped Notifications - 25/09/2021, 14:20:04
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Adds highlight colors to grouped deviations in notifications (works on dark dA Eclipse)
@author Dragoon Aethis
==/UserStyle== */
@-moz-document domain("deviantart.com") {
.rQWqk::before, .rQWqk::after {
border: var(--green5) 1px solid;
border-bottom: none;
}
._3fxzN:hover .rQWqk::after {
height: 10px;
}
._3fxzN:hover .rQWqk::before {
height: 22px;
}
}