mirror of
https://github.com/esiur/iui.git
synced 2025-06-27 09:23:12 +00:00
Debug
This commit is contained in:
16
css/iui.css
16
css/iui.css
@ -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;
|
||||
}
|
Reference in New Issue
Block a user