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

fixed input forms

This commit is contained in:
GilbN 2018-08-16 15:14:39 +02:00
parent d77efd792c
commit e9b90dc29f
2 changed files with 4 additions and 2 deletions

View File

@ -98,11 +98,12 @@ body {
.form-control {
color: #FFF;
background-color: #1f1f1f !important;
background-color: rgba(0, 0, 0, .25) !important;
border: 1px solid rgba(0, 0, 0, .25);
}
.form-control:focus {
background-color: #1f1f1f !important;
border-color: rgba(0, 0, 0, 0.51);
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);

View File

@ -105,11 +105,12 @@ body {
.form-control {
color: #FFF;
background-color: #1f1f1f !important;
background-color: rgba(0, 0, 0, .25) !important;
border: 1px solid rgba(0, 0, 0, .25);
}
.form-control:focus {
background-color: #1f1f1f !important;
border-color: rgba(0, 0, 0, 0.51);
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);