Parcourir la source

Fix revert icon position on theming settings

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v15.0.0RC1
John Molakvoæ (skjnldsv) il y a 5 ans
Parent
révision
ce6e77ad74
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4
    2
      apps/theming/css/settings-admin.scss

+ 4
- 2
apps/theming/css/settings-admin.scss Voir le fichier

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

Chargement…
Annuler
Enregistrer