Browse Source
Radio support too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/7064/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with
6 additions and
0 deletions
-
core/css/apps.scss
|
|
|
@ -889,6 +889,12 @@ kbd { |
|
|
|
margin: -2px 12px 0; |
|
|
|
} |
|
|
|
} |
|
|
|
> input.radio + label { |
|
|
|
padding: 0 !important; |
|
|
|
&::before { |
|
|
|
margin: -2px 11px 0; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
> button { |
|
|
|
padding: 0; |
|
|
|
|