Project

General

Profile

« Previous | Next » 

Revision 60469

[Library | Trunk]: Fix placeholder on input

View differences:

input.scss
70 70
  border: 1px solid #D1D1D1 !important;
71 71
}
72 72

  
73
.input-box .placeholder {
74
  position: absolute;
75
  top: 0;
76
  padding: 6px;
77
  cursor: text;
78
}
79

  
80 73
.input-box .mat-select {
81 74
  font-family: "Open Sans", sans-serif;
82 75
  font-size: 16px;
......
160 153
  border: none !important;
161 154
}
162 155

  
156
.input-box .placeholder,
163 157
.input-borderless .placeholder {
164 158
  position: absolute;
165
  top: 0;
166
  padding: 6px;
159
  top: 6px;
160
  left: 6px;
167 161
  cursor: text;
168 162
}
169 163

  

Also available in: Unified diff