mirror of https://github.com/vector-im/riot-web
Merge pull request #2453 from vector-im/rav/center_images_in_dialog_buttons
Centre images in dialog buttonspull/2395/merge
commit
2b68b88b14
|
@ -214,6 +214,9 @@ textarea {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #76cfa6;
|
color: #76cfa6;
|
||||||
background-color: #fff;
|
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 {
|
.mx_Dialog button.mx_Dialog_primary, .mx_Dialog input[type="submit"].mx_Dialog_primary {
|
||||||
|
|
Loading…
Reference in New Issue