Browse Source

Fixes issue where input icon might be reversed when font color of parent is reversed

pull/258/head
jlukic 11 years ago
parent
commit
6114de56e1
1 changed files with 2 additions and 0 deletions
  1. 2
      src/elements/input.less

2
src/elements/input.less

@ -22,6 +22,8 @@
.ui.input {
display: inline-block;
position: relative;
color: rgba(0, 0, 0, 0.7);
}
.ui.input input {
width: 100%;

Loading…
Cancel
Save