Skip to content

Commit

Permalink
Merge pull request #4005 from tbracken/next
Browse files Browse the repository at this point in the history
[ref #4004] added inline fields to inverted form styling
  • Loading branch information
jlukic committed May 15, 2016
2 parents 93ff159 + ca5f895 commit fad31a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,12 @@
.ui.form .inverted.segment .ui.checkbox label,
.ui.form .inverted.segment .ui.checkbox .box,
.ui.inverted.form .ui.checkbox label,
.ui.inverted.form .ui.checkbox .box {
.ui.inverted.form .ui.checkbox .box,
.ui.inverted.form .inline.fields > label,
.ui.inverted.form .inline.fields .field > label,
.ui.inverted.form .inline.fields .field > p,
.ui.inverted.form .inline.field > label,
.ui.inverted.form .inline.field > p {
color: @invertedLabelColor;
}

Expand Down

0 comments on commit fad31a1

Please sign in to comment.