Compare commits
2 Commits
dbfae461f3
...
82e8eb68b7
Author | SHA1 | Date | |
---|---|---|---|
82e8eb68b7 | |||
f17fbaed2d |
@@ -138,7 +138,7 @@ ul.navpage_list
|
||||
margin-top:10px;
|
||||
max-height:0;
|
||||
overflow:hidden;
|
||||
position:relative;
|
||||
position:fixed;
|
||||
transition:max-height .3s ease, border .325s ease;
|
||||
z-index:2;
|
||||
}
|
||||
@@ -232,22 +232,24 @@ ul.navpage_list
|
||||
}
|
||||
}
|
||||
|
||||
.status-message
|
||||
{
|
||||
background-color:#dff0d8;
|
||||
border:1px solid #3c763d;
|
||||
color:#3c763d;
|
||||
margin-bottom:10px;
|
||||
opacity:1;
|
||||
padding:15px;
|
||||
transition:opacity .5s ease-in-out;
|
||||
.status-message {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
z-index: 9999;
|
||||
background-color: #dff0d8; /* Success background color */
|
||||
border: 1px solid #3c763d; /* Success border color */
|
||||
color: #3c763d; /* Success text color */
|
||||
padding: 15px;
|
||||
margin-bottom: 10px;
|
||||
opacity: 1;
|
||||
transition: opacity 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.status-message.failure
|
||||
{
|
||||
background-color:#f2dede;
|
||||
border:1px solid #a94442;
|
||||
color:#a94442;
|
||||
.status-message.failure {
|
||||
background-color: #f2dede; /* Failure background color */
|
||||
border: 1px solid #a94442; /* Failure border color */
|
||||
color: #a94442; /* Failure text color */
|
||||
}
|
||||
|
||||
.wrapper-40x .error
|
||||
|
Reference in New Issue
Block a user