#issue-fix dialog needs to be closer than the original

master
Agriya Dev5 2021-01-04 14:02:25 +05:30
parent 12ad6e4d55
commit dc92748b64
1 changed files with 7 additions and 0 deletions

View File

@ -1014,3 +1014,10 @@ ul li.current {
background: #B0B0B0;
border: 1px solid #000;
}
elix-alert-dialog::part(frame) {
background: #CCC;
width: 300px;
border: 1px outset #777;
font-size: 0.8em;
font-family: Verdana,Helvetica,sans-serif;
}