1
0
mirror of synced 2025-02-21 04:56:33 +01:00

Fix error styles

This commit is contained in:
shiibe 2024-10-24 19:16:50 -04:00
parent a7f7fef75a
commit c8ba3f099f

View File

@ -60,7 +60,7 @@
}
#blazor-error-ui {
background: lightyellow;
background: #ff2f2f;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
@ -68,7 +68,7 @@
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
z-index: 999999;
}
#blazor-error-ui .dismiss {
@ -88,7 +88,6 @@
content: "An error has occurred."
}
.nameplateTextOutline {
-webkit-text-stroke: 5px;
-webkit-text-stroke-color: black