Fix flashes and event log details sections.
This commit is contained in:
parent
93eb2670f4
commit
559d721805
@ -34,7 +34,7 @@ config = Config()
|
||||
|
||||
|
||||
# Allow cache-busting of entire frontend for major changes such as react upgrades.
|
||||
FRONTEND_CACHE_BUST: str = "site.1.1.react.16.14"
|
||||
FRONTEND_CACHE_BUST: str = "site.1.2.react.16.14"
|
||||
|
||||
|
||||
@app.before_request
|
||||
|
@ -173,7 +173,7 @@ div.longmessage {
|
||||
|
||||
div.longmessage pre {
|
||||
border: 1px solid rgba(128, 128, 128, 0.33);
|
||||
background: rgb(232, 232, 232);
|
||||
background: rgb(79, 79, 79);
|
||||
padding: 5px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
@ -95,30 +95,34 @@ ul.messages div.close {
|
||||
font-size: smaller;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
color: #000000;
|
||||
color: #eee;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
ul.messages li.error {
|
||||
border: 1px solid #e2afb6;
|
||||
background-color: #ffced5;
|
||||
border: 1px solid #976067;
|
||||
background-color: #6f454b;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
ul.messages li.warning {
|
||||
border: 1px solid #e6deb4;
|
||||
background-color: #fff7ce;
|
||||
border: 1px solid #978b49;
|
||||
background-color: #6c6333;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
ul.messages li.success {
|
||||
border: 1px solid #cddcc1;
|
||||
background: #e7ffd4;
|
||||
border: 1px solid #608046;
|
||||
background: #475e34;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
ul.messages li.info {
|
||||
border: 1px solid #b0b0d2;
|
||||
background-color: #d0d0ff;
|
||||
border: 1px solid #7b7ba6;
|
||||
background-color: #565673;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
ul.navigation {
|
||||
|
Loading…
x
Reference in New Issue
Block a user