2
0
mirror of https://github.com/esiur/iui.git synced 2025-06-27 01:13:12 +00:00
This commit is contained in:
2023-01-12 15:34:41 +03:00
parent 1294b0f413
commit 12627b1896
4 changed files with 43 additions and 0 deletions

View File

@ -3098,4 +3098,20 @@ html[dir='rtl'] .navbar-item[level='1'] {
.codepreview-bar
{
}
.iui-error {
background: #7171714d;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
pointer-events: none;
}
.iui-error > span {
background: red;
color: white;
padding: 4px;
}