add style for disabled checkboxes

This commit is contained in:
Hendrik Leppelsack 2015-09-22 19:02:08 +02:00
parent f8c286a7b6
commit 7b19b99e82
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,8 @@ input[type="checkbox"] + label:before {
opacity: 0.7;
}
input[type="checkbox"]:disabled +label:before { opacity: .6; }
input[type="checkbox"].u-left +label:before { float: left; }
input[type="checkbox"].white + label:before {