16 lines
253 B
CSS
16 lines
253 B
CSS
/* CSS overrides */
|
|
.btn {
|
|
padding: 0.5rem 0.8rem;
|
|
}
|
|
|
|
.table .form-control {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.table .form-select {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
option {
|
|
background-color: #6f749c !important;
|
|
} |