mirror of
https://github.com/humhub/humhub.git
synced 2025-04-22 08:03:35 +02:00
BS5 - Radio Buttons - https://github.com/humhub/humhub-internal/issues/565
This commit is contained in:
parent
dcaf593749
commit
09f606d32d
@ -7,6 +7,11 @@ label {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
// Remove BS5 inner black color in radio
|
||||
.form-check-input:checked {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.radio,
|
||||
.checkbox {
|
||||
margin-top: 5px !important;
|
||||
|
@ -11959,6 +11959,9 @@ label {
|
||||
font-weight: 700;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.form-check-input:checked {
|
||||
background-color: transparent;
|
||||
}
|
||||
.radio, .checkbox {
|
||||
margin-top: 5px !important;
|
||||
margin-bottom: 0;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user