Skip to content

Improvements to light mode theming (CFM-513) #392

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,8 @@ ul.form-list textarea {
height: 4em;
border: 1px solid var(--cmg-color-bg-007);
padding: 0.5em;
color: var(--cmg-color-body-txt);
background-color: var(--cmg-color-body-bg);
}
ul.form-list textarea.big-textarea {
height: 24em;
Expand Down Expand Up @@ -1930,6 +1932,11 @@ ul.form-list .cm-time-picker-vals li {
opacity:0.65;
box-shadow: inset 0 0 0.2em var(--cmg-color-highlight-007);
}
input.cm-autocomplete {
color: var(--cmg-color-body-txt);
background-color: var(--cmg-color-body-bg);
border: 1px solid var(--cmg-color-bg-008);
}
.cm-ac-item-primary {
display: flex;
justify-content: space-between;
Expand Down