Adds an indicator when the message box is selected. This helps with accesibility and provides useful visual aid.
Message Box Indicator for Discord by dantelin2009
Details
Authordantelin2009
LicenseCreative Commons Attribution Share Alike 4.0 International
Categorydiscord.com
Created
Updated
Size985 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 Message Box Indicator for Discord
@version 20230709.21.55
@namespace userstyles.world/user/dantelin2009
@description Adds an indicator when the message box is selected. This helps with accesibility and provides useful visual aid.
@author dantelin2009
@license Creative Commons Attribution Share Alike 4.0 International
==/UserStyle== */
@-moz-document domain("discord.com") {
.scrollableContainer-15eg7h:focus-within{
box-shadow: inset 0px -3px 0px -1px #b3baff, inset 0px -8px 4px -4px #5865f2, 0px 7px 4px -4px #5865f2;
position: relative;
box-sizing: border-box;
}
.scrollableContainer-15eg7h{
transition: 0.12s box-shadow ease-out;
}
/*
Minified CSS for JS injection:
.scrollableContainer-15eg7h:focus-within{box-shadow:inset 0 -3px 0 -1px #b3baff,inset 0 -8px 4px -4px #5865f2,0 7px 4px -4px #5865f2;position:relative;box-sizing:border-box}.scrollableContainer-15eg7h{transition:box-shadow .1s ease-out}
*/
}