mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed readonly inputs not rendering properly in light mode
This commit is contained in:
@@ -83,13 +83,20 @@ h4.fw-bold, h4.card-title {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[readonly] {
|
[data-bs-theme="dark"] input[readonly] {
|
||||||
background-color: #343a40 !important;
|
background-color: #343a40 !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border-color: var(--bs-border-color) !important;
|
border-color: var(--bs-border-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-bs-theme="light"] input[readonly] {
|
||||||
|
background-color: var(--bs-secondary-bg) !important;
|
||||||
|
box-shadow: none;
|
||||||
|
opacity: 1;
|
||||||
|
border-color: var(--bs-border-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Groups view checkmarks */
|
/* Groups view checkmarks */
|
||||||
td.text-success span, td.text-danger span {
|
td.text-success span, td.text-danger span {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user