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

Added style for disabled controls #57

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions wtf-forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
background-color: #84c6ff;
}

/* Disabled */
.control input:disabled ~ .control-indicator {
background-color: #bbb;
}

/* Checkbox modifiers */
.checkbox .control-indicator {
border-radius: .25rem;
Expand Down