Initial fix for Dialog Spinners

pull/1821/head
wmwragg 2016-07-17 21:20:11 +01:00
parent 54f4443428
commit 3cfcc13387
1 changed files with 6 additions and 0 deletions

View File

@ -148,6 +148,12 @@ input[type=text]:focus, textarea:focus {
justify-content: center;
}
.mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog {
width: auto;
border-radius: 8px;
padding-left: 0px;
}
.mx_Dialog {
background-color: #fff;
color: #747474;