Increase contrast for dropdown and readonly contents.

This commit is contained in:
Alex Tselegidis 2022-01-24 14:11:33 +01:00
parent aa71d8afad
commit 15325c2dff
2 changed files with 2 additions and 2 deletions

View File

@ -124,6 +124,7 @@ th {
.dropdown-menu {
font-size: $font-size-sm;
text-transform: uppercase;
border: 1px solid rgb(0 0 0 / 40%);
.dropdown-item {
padding: 1rem;

View File

@ -198,7 +198,7 @@ body legend {
.backend-page .form-control:disabled,
.backend-page .form-control[readonly] {
background-color: #fff;
color: #9a9a9a;
color: #666;
border-color: #fff;
opacity: 1;
padding-left: 0;
@ -256,7 +256,6 @@ body legend {
.record-details input:read-only:not(.custom-control-input),
.record-details select:disabled,
.record-details textarea:read-only {
opacity: 0.85;
box-shadow: none;
}