TWSD-1763 Fix modal dialog header layout and button color in client_security theme
Review Request #1496 — Created May 27, 2026 and updated
| Information | |
|---|---|
| austin | |
| AG | |
| rel_ag_9_4_5 | |
| TWSD-1763 | |
| Reviewers | |
| jasonchou | |
Fix modal dialog header layout and button color in client_security theme
Fixed the close (×) button being hidden behind the modal title by adding flexbox layout (flex-direction: row-reverse) to .modal-header, which correctly positions the title on the left and the close button on the right.
Fixed the close button icon not rendering due to the glyphicon font not being loaded in the new theme. Used CSS pseudo-element to display the × character as a fallback.
Fixed the Download MotionPro button color being overridden by Bootstrap's default .btn-primary blue color by adding !important to the orange color (#e4701e) declarations.
