소스 검색

Fix revert icon position on theming settings

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v15.0.0RC1
John Molakvoæ (skjnldsv) 5 년 전
부모
커밋
ce6e77ad74
No account linked to committer's email address
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4
    2
      apps/theming/css/settings-admin.scss

+ 4
- 2
apps/theming/css/settings-admin.scss 파일 보기

@@ -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…
취소
저장