diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 5c88cebdb2..64408c4d50 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7642,8 +7642,10 @@ form[id^="wiki-"] .dialogHeadbar { } body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; + height: 50px; } body .ui-dialog .ui-dialog-buttonpane button { + height: 35px; -webkit-filter: brightness(0) invert(1) !important; filter: brightness(0) invert(1) !important; background-color: transparent !important; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 1c618eec42..a23949387f 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -513,8 +513,9 @@ box-shadow: 0px 4px 5px 2px silver; width: 100%; z-index:1; - .ui-dialog-buttonset {float:right;} + .ui-dialog-buttonset {float:right;height:50px;} button { + height:35px; .white-svg; span {padding-left: 20px;} }