Also sneak in some CSS fixes.

This commit is contained in:
James Cole 2023-02-04 07:46:25 +01:00
parent 74777a648c
commit 35912fe9fb
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 12 additions and 1 deletions

View File

@ -112,6 +112,17 @@
background-color: #343941;
color: #c9d1d9;
}
.skin-firefly-iii .modal-content {
position: relative;
background-color: #353c42;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.skin-firefly-iii h4 {
color: #44DEF1;
}

File diff suppressed because one or more lines are too long