Creating Glowing Alerts 05-20-2014, 07:27 PM
#1
when the alerts open, How would I make it where the text is glowing?
Here is the account_alerts piece.
Here is the account_alerts piece.
Code:
.alerts .alertGroup
{
margin-bottom: 20px;
}
.alerts .primaryContent
{
overflow: hidden; zoom: 1;
padding: 5px;
}
.alerts .avatar
{
float: left;
}
.alerts .avatar img
{
width: 32px;
height: 32px;
}
.alerts .alertText
{
margin-left: 32px;
padding: 0 5px;
text-shadow: #EEEE00 0 0 10px;
}
.alerts h3
{
display: inline;
}
.alerts h3 .subject
{
font-weight: bold;
}
.alerts .timeRow
{
font-size: 11px;
margin-top: 5px;
}
.alerts .newIcon,
.alertsPopup .newIcon
{
display: inline-block;
vertical-align: baseline;
margin-left: 2px;
width: 11px;
height: 11px;
background: url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -144px -40px;
}
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)














