Adjusted bootstrap input color
This commit is contained in:
parent
171c66aa90
commit
46a659dc1c
@ -110,8 +110,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bootstrap-tagsinput {
|
.bootstrap-tagsinput {
|
||||||
background-color: #1f1f1f;
|
background-color: rgba(0, 0, 0, .25);
|
||||||
border: 1px solid #1f1f1f;
|
border: 1px solid rgba(0, 0, 0, .25);
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
.form-group i {
|
.form-group i {
|
||||||
|
|||||||
@ -126,8 +126,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bootstrap-tagsinput {
|
.bootstrap-tagsinput {
|
||||||
background-color: #1f1f1f;
|
background-color: rgba(0, 0, 0, .25);
|
||||||
border: 1px solid #1f1f1f;
|
border: 1px solid rgba(0, 0, 0, .25);
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
.form-group i {
|
.form-group i {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user