C click here Active member Aug 30, 2015 #1 So, while styling I noticed that my new conversation alert that shows up above the inbox navagation link is transparent. Where can I adjust this thing?
So, while styling I noticed that my new conversation alert that shows up above the inbox navagation link is transparent. Where can I adjust this thing?
Amaury Well-known member Aug 30, 2015 #2 It isn't strictly a conversation alert, it's a general alert as it's also used when someone quotes your post and such. In any case, add this to EXTRA.css: Code: #StackAlerts .stackAlert { border-color: @tooltipBackground; } #StackAlerts .stackAlertContent { color: @secondaryDarker; background-color: @tooltipBackground; border-color: @tooltipBackground; } Style it to suit. Edit: I misread your post. Style Properties > Header and Navigation > Alert Balloon Upvote 0 Downvote
It isn't strictly a conversation alert, it's a general alert as it's also used when someone quotes your post and such. In any case, add this to EXTRA.css: Code: #StackAlerts .stackAlert { border-color: @tooltipBackground; } #StackAlerts .stackAlertContent { color: @secondaryDarker; background-color: @tooltipBackground; border-color: @tooltipBackground; } Style it to suit. Edit: I misread your post. Style Properties > Header and Navigation > Alert Balloon
C click here Active member Aug 31, 2015 #3 I was just coming back to reply "it didn't work" lol Thanks, the Alert Balloon property worked... I don't remember even seeing that one before. Upvote 0 Downvote
I was just coming back to reply "it didn't work" lol Thanks, the Alert Balloon property worked... I don't remember even seeing that one before.