Skip to content
Snippets Groups Projects
Unverified Commit f8fa3d83 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style: disable dialog.busy-dialog::backdrop


As the busy dialog most of the time is very short a backdrop tends the
whole page to flicker. To avoid that let it original w/o backdrop.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent bf4d7c28
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,10 @@ dialog::backdrop {
background: rgba(85, 85, 85, 0.80);
}
dialog.busy-dialog::backdrop {
background: inherit;
}
.error-dialog {
color: white;
background-color: #AE0000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment