Merge pull request #2453 from vector-im/rav/center_images_in_dialog_buttons

Centre images in dialog buttons
pull/2395/merge
Richard van der Hoff 2016-10-11 19:09:46 +01:00 committed by GitHub
commit 2b68b88b14
1 changed files with 3 additions and 0 deletions

View File

@ -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 {