diff --git a/wtf-forms.css b/wtf-forms.css index 644ff95..bf7a79d 100644 --- a/wtf-forms.css +++ b/wtf-forms.css @@ -72,6 +72,11 @@ background-color: #84c6ff; } +/* Disabled */ +.control input:disabled ~ .control-indicator { + background-color: #bbb; +} + /* Checkbox modifiers */ .checkbox .control-indicator { border-radius: .25rem;