James Cole 2023-07-18 06:44:58 +02:00
parent 15ac6a1195
commit efade857bb
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 4 additions and 2 deletions

View File

@ -498,7 +498,6 @@
.skin-firefly-iii .input-group textarea {
background-color: #353c42;
color: #bec5cb;
border: 1px solid #73818f;
}
.skin-firefly-iii .list-group {
color: #bec5cb;
@ -515,6 +514,9 @@
border-color: #272c30;
background-color: #353c42;
}
.skin-firefly-iii .form-control:focus {
border-color: #3c8dbc;
}
.skin-firefly-iii .select2 .select2-selection {
background-color: #353c42;
color: #bec5cb;

File diff suppressed because one or more lines are too long