Skip to content

Commit

Permalink
refactor(inputs): make placeholder more alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Feb 29, 2016
1 parent be4c44d commit e015ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/theme/skins/_02_transparent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ body.badmin-transparent {
color: $default;
}
.form-control, .bootstrap-tagsinput input {
@include placeholderStyle($default, 0.9);
@include placeholderStyle($default, 0.7);
background-color: rgba(0, 0, 0, .15);
border-radius: 5px;
color: $default;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
@include placeholderStyle($default, 0.6);
@include placeholderStyle($default, 0.5);
}
.irs-grid-text {
color: $default;
Expand Down

0 comments on commit e015ad5

Please sign in to comment.