Skip to content

Commit

Permalink
Small stylistic improvements for modal dialog box. (CO-2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Oct 10, 2021
1 parent 082975f commit f15ea55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,14 @@ ul.form-list li.field-stack textarea {
margin-top: 1px;
vertical-align: top;
}
/* DIALOG BOX */
#dialog .modal-header {
background-color: var(--cmg-color-gray-light-mid);
border-bottom: none;
}
#dialog .modal-footer {
border-top: none;
}
/* GENERAL */
.hidden,
.invisible,
Expand Down

0 comments on commit f15ea55

Please sign in to comment.