Compare commits

..

2 Commits

Author SHA1 Message Date
82e8eb68b7 fix navpages 2024-02-06 20:21:59 +01:00
f17fbaed2d fix statusmessage 2024-02-06 20:21:28 +01:00

View File

@@ -138,7 +138,7 @@ ul.navpage_list
margin-top:10px; margin-top:10px;
max-height:0; max-height:0;
overflow:hidden; overflow:hidden;
position:relative; position:fixed;
transition:max-height .3s ease, border .325s ease; transition:max-height .3s ease, border .325s ease;
z-index:2; z-index:2;
} }
@@ -232,22 +232,24 @@ ul.navpage_list
} }
} }
.status-message .status-message {
{ position: fixed;
background-color:#dff0d8; top: 20px;
border:1px solid #3c763d; right: 20px;
color:#3c763d; 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; margin-bottom: 10px;
opacity: 1; opacity: 1;
padding:15px; transition: opacity 0.5s ease-in-out;
transition:opacity .5s ease-in-out;
} }
.status-message.failure .status-message.failure {
{ background-color: #f2dede; /* Failure background color */
background-color:#f2dede; border: 1px solid #a94442; /* Failure border color */
border:1px solid #a94442; color: #a94442; /* Failure text color */
color:#a94442;
} }
.wrapper-40x .error .wrapper-40x .error