Browse Source

Fix revert icon position on theming settings

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v15.0.0RC1
John Molakvoæ (skjnldsv) 5 years ago
parent
commit
ce6e77ad74
No account linked to committer's email address
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      apps/theming/css/settings-admin.scss

+ 4
- 2
apps/theming/css/settings-admin.scss View File

@@ -18,14 +18,16 @@

.theme-undo {
position: absolute;
top: -7px;
right: 7px;
top: -7px; // input padding
right: 4px; // input right margin + border
cursor: pointer;
opacity: .3;
padding: 7px;
vertical-align: top;
display: inline-block;
visibility: hidden;
height: 32px; // height of input
width: 32px; // height of input
}
form.uploadButton {
width: 411px;

Loading…
Cancel
Save