The 'Loggin In' bar colour

xenTheory

Active member
I can't seem to find the bar which appears when you're auto logged-in. Can anyone tell me the div it uses? It doesn't stay long enough on the screen for me to see the div!
 
Code:
<div class="xenOverlay timedMessage" style="top: 0px; left: 0px; position: fixed; display: block;"><div class="content baseHtml" style="opacity: 0.1024;">Your changes have been saved.<span class="close"></span></div></div>
 
That is the correct div for the overlay which drops down from the top of the screen for a few seconds and then returns.

Perhaps you mean something else?
 
It works on my localhost using this:
Code:
.xenOverlay.timedMessage {
background-color: red;
}
Definitely works for me.

Best place to trigger this to try out your changes is the Account > Signature page. You get a Save message every time. You'll need to refresh the page for the changes to take effect, of course.
 
Top Bottom