Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

pretty radio buttons #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

pretty radio buttons #53

wants to merge 1 commit into from

Conversation

johndoh
Copy link
Contributor

@johndoh johndoh commented Sep 28, 2017

first attempt at making pretty radio buttons. they use a different icon to make them stand apart from checkboxes.

radio_buttons

@@ -30,11 +30,13 @@ input.smart-upload {

/* Forms fixes for IE and Edge */
html.ms .propform {
.row:not(.form-check) > td {
.row:not(.form-check) > td,
.row:not(.form-radio) > td {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no .form-radio in Bootstrap.

@@ -104,7 +107,8 @@ html.ms .propform {
}
}

.form-check-input {
.form-check-input,
.form-radio-input {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants