Skip to content

Commit

Permalink
Fix notification color scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu-Mihail Concioiu <[email protected]>
  • Loading branch information
liviuconcioiu committed Jan 12, 2025
1 parent 584d7f4 commit ddfe12b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/bootstrap/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -984,10 +984,10 @@ select.invalid_value,
background-image: url("../img/ajax_clock_small.gif");
background-repeat: no-repeat;
background-position: 2%;
border: 1px solid #e2b709;
background-color: #ffe57e;
border: 1px solid var(--bs-warning-border-subtle);
background-color: var(--bs-warning-bg-subtle);
color: var(--bs-warning-text-emphasis);
border-radius: 5px;
box-shadow: 0 5px 90px #888;
}

#loading_parent {
Expand Down

0 comments on commit ddfe12b

Please sign in to comment.