mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Theming: apply proper size to the remove background button
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
8b47f45afa
commit
e94c2bbb3b
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,6 @@
|
|||
vertical-align: top;
|
||||
display: inline-block;
|
||||
visibility: hidden;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
form.uploadButton {
|
||||
width: 411px;
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue