Merge remote-tracking branch 'oqtane/dev' into dev

This commit is contained in:
Leigh Pointer 2023-06-26 20:14:07 +02:00
commit 6861965779
2 changed files with 4 additions and 0 deletions

View File

@ -6,12 +6,14 @@
background-color: #ffffff !important; background-color: #ffffff !important;
border-width: 0.5px !important; border-width: 0.5px !important;
border-bottom-color: #ccc !important; border-bottom-color: #ccc !important;
color: #000 !important;
} }
.table .form-select { .table .form-select {
background-color: #ffffff !important; background-color: #ffffff !important;
border-width: 0.5px !important; border-width: 0.5px !important;
border-bottom-color: #ccc !important; border-bottom-color: #ccc !important;
color: #000 !important;
} }
.table .btn-primary { .table .btn-primary {

View File

@ -12,12 +12,14 @@ body {
background-color: #ffffff !important; background-color: #ffffff !important;
border-width: 0.5px !important; border-width: 0.5px !important;
border-bottom-color: #ccc !important; border-bottom-color: #ccc !important;
color: #000 !important;
} }
.table .form-select { .table .form-select {
background-color: #ffffff !important; background-color: #ffffff !important;
border-width: 0.5px !important; border-width: 0.5px !important;
border-bottom-color: #ccc !important; border-bottom-color: #ccc !important;
color: #000 !important;
} }
.table .btn-primary { .table .btn-primary {