1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

Adjusted bootstrap input color

This commit is contained in:
GilbN 2018-08-17 13:26:42 +02:00
parent 171c66aa90
commit 46a659dc1c
2 changed files with 4 additions and 4 deletions

View File

@ -110,8 +110,8 @@ body {
}
.bootstrap-tagsinput {
background-color: #1f1f1f;
border: 1px solid #1f1f1f;
background-color: rgba(0, 0, 0, .25);
border: 1px solid rgba(0, 0, 0, .25);
color: #FFF;
}
.form-group i {

View File

@ -126,8 +126,8 @@ body {
}
.bootstrap-tagsinput {
background-color: #1f1f1f;
border: 1px solid #1f1f1f;
background-color: rgba(0, 0, 0, .25);
border: 1px solid rgba(0, 0, 0, .25);
color: #FFF;
}
.form-group i {