fix alert hang. make dismissable
This commit is contained in:
parent
dc5a763be5
commit
983d0516da
2 changed files with 35 additions and 12 deletions
|
|
@ -687,15 +687,20 @@ button[import="1"] {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 50%;
|
||||
min-width: 25%;
|
||||
max-width: 50%;
|
||||
background-color: rgba(255,230,230,0.8);
|
||||
border: 3px solid rgba(255,200,200,0.5);
|
||||
border-radius: 5px;
|
||||
}
|
||||
#alert-border:hover {
|
||||
background-color: rgba(255,230,230,0.9);
|
||||
border: 3px solid rgba(255,200,200,0.95);
|
||||
}
|
||||
#alert-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
margin: 5px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue