Skip to content

Commit

Permalink
Fixed font color on checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
edfungus committed Dec 31, 2017
1 parent 5c2b72a commit 0911d66
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ crouton-connect-mqtt {
display: inline-flex;
}

.mqttSettingCheckboxes {
color: @fc-dark;
}

paper-checkbox.topMargin {
margin-top: 7px;
}
Expand Down

0 comments on commit 0911d66

Please sign in to comment.