forked from Adleraci/adlerka.top
Fix statusmessages
This commit is contained in:
parent
e369d2f4de
commit
e6de882141
@ -232,11 +232,16 @@ ul.navpage_list
|
||||
}
|
||||
}
|
||||
|
||||
.status-message {
|
||||
#statusMessageContainer{
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
z-index: 9999;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.status-message {
|
||||
background-color: #dff0d8; /* Success background color */
|
||||
border: 1px solid #3c763d; /* Success border color */
|
||||
color: #3c763d; /* Success text color */
|
||||
|
Loading…
Reference in New Issue
Block a user