cosmetic fix for input elements within a table intoduced with Bootstrap 5.3
This commit is contained in:
parent
6dd62a164e
commit
e7e66699b1
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user