Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Theming: apply proper size to the remove background button
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Aug 27, 2018
commit e94c2bbb3b19fde08c4629800f32508f3b0cd975
4 changes: 2 additions & 2 deletions apps/theming/css/settings-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
vertical-align: top;
display: inline-block;
visibility: hidden;
height: 32px;
width: 32px;
}
form.uploadButton {
width: 411px;
Expand All @@ -44,6 +42,8 @@
top: 4px;
right: 0px;
visibility: visible;
height: 32px;
width: 32px;
}
input[type='text']:hover + .theme-undo,
input[type='text'] + .theme-undo:hover,
Expand Down