mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Centre images in dialog buttons
Some dialogs put a spinner in the button... need to line them up.
This commit is contained in:
parent
86cb3e9376
commit
97cedfc712
@ -214,6 +214,9 @@ textarea {
|
||||
cursor: pointer;
|
||||
color: #76cfa6;
|
||||
background-color: #fff;
|
||||
|
||||
/* align images in buttons (eg spinners) */
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.mx_Dialog button.mx_Dialog_primary, .mx_Dialog input[type="submit"].mx_Dialog_primary {
|
||||
|
Loading…
Reference in New Issue
Block a user