mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Fix checkboxes on popover
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
06f46bd256
commit
419ddeacee
2 changed files with 6 additions and 5 deletions
|
|
@ -100,11 +100,6 @@
|
|||
opacity: .5;
|
||||
}
|
||||
|
||||
#shareWithList .shareOption.menuitem > label:before {
|
||||
/* Checkboxes positionning */
|
||||
margin: 0 12px !important;
|
||||
}
|
||||
|
||||
#shareWithList .unshare {
|
||||
padding: 1px 6px;
|
||||
vertical-align: text-bottom;
|
||||
|
|
|
|||
|
|
@ -864,6 +864,12 @@ kbd {
|
|||
width: 16px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
> input.checkbox + label {
|
||||
padding: 0 !important;
|
||||
&::before {
|
||||
margin: -2px 12px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
[class^='icon-'],
|
||||
[class*=' icon-']{
|
||||
|
|
|
|||
Loading…
Reference in a new issue