|
|
@ -60,12 +60,16 @@ |
|
|
|
---------------------*/ |
|
|
|
|
|
|
|
/* browsers require these rules separate */ |
|
|
|
.ui.input input::-webkit-input-placeholder { |
|
|
|
|
|
|
|
.ui.input input::input-placeholder { |
|
|
|
color: @placeholderColor; |
|
|
|
} |
|
|
|
.ui.input input::-moz-placeholder { |
|
|
|
color: @placeholderColor; |
|
|
|
} |
|
|
|
.ui.input input::-ms-input-placeholder { |
|
|
|
color: @placeholderColor; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/******************************* |
|
|
@ -143,6 +147,11 @@ |
|
|
|
.ui.input input:focus input::-moz-placeholder { |
|
|
|
color: @placeholderFocusColor; |
|
|
|
} |
|
|
|
.ui.input.focus input::-ms-input-placeholder, |
|
|
|
.ui.input input:focus input::-ms-input-placeholder { |
|
|
|
color: @placeholderFocusColor; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------- |
|
|
@ -163,6 +172,9 @@ |
|
|
|
.ui.input.error input ::-moz-placeholder { |
|
|
|
color: @placeholderErrorColor; |
|
|
|
} |
|
|
|
.ui.input.error input ::-ms-input-placeholder { |
|
|
|
color: @placeholderErrorColor; |
|
|
|
} |
|
|
|
|
|
|
|
/* Focused Error Placeholder */ |
|
|
|
.ui.input.error input :focus::-webkit-input-placeholder { |
|
|
@ -171,6 +183,9 @@ |
|
|
|
.ui.input.error input :focus::-moz-placeholder { |
|
|
|
color: @placeholderErrorFocusColor; |
|
|
|
} |
|
|
|
.ui.input.error input :focus::-ms-input-placeholder { |
|
|
|
color: @placeholderErrorFocusColor; |
|
|
|
} |
|
|
|
|
|
|
|
/******************************* |
|
|
|
Variations |
|
|
@ -202,9 +217,6 @@ |
|
|
|
} |
|
|
|
|
|
|
|
/* Transparent Inverted */ |
|
|
|
.ui.transparent.inverted.input input::-moz-placeholder { |
|
|
|
color: @transparentInvertedPlaceholderColor; |
|
|
|
} |
|
|
|
.ui.transparent.inverted.input { |
|
|
|
color: @transparentInvertedColor; |
|
|
|
} |
|
|
@ -212,6 +224,16 @@ |
|
|
|
color: inherit; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.transparent.inverted.input input::-webkit-input-placeholder { |
|
|
|
color: @transparentInvertedPlaceholderColor; |
|
|
|
} |
|
|
|
.ui.transparent.inverted.input input::-moz-placeholder { |
|
|
|
color: @transparentInvertedPlaceholderColor; |
|
|
|
} |
|
|
|
.ui.transparent.inverted.input input::-ms-input-placeholder { |
|
|
|
color: @transparentInvertedPlaceholderColor; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*-------------------- |
|
|
|
Icon |
|
|
|