servicecatalog / oscm

An Enterprise-ready Cloud Services Management Software.
https://openservicecatalogmanager.org
Apache License 2.0
38 stars 14 forks source link

Adapt color of modal dialogs #1237

Closed farmakiG closed 3 years ago

farmakiG commented 3 years ago

Version Info latest master

Describe the bug The color of modal dialogs is the same as that of the input fields. This is not correct, it should be either the "light" or the "dark" background that is used for other components, such as the breadcrumbs, and the different panels e.g. the "Profile" page section.

How to Reproduce Steps to reproduce the behavior:

  1. Login to the marketplace UI
  2. Change the color for "input background color " in the Profile page.
  3. Go to "Account -> Payment"
  4. Click on the button "Add Billing Address" to open the modal dialog and then on "x".
  5. Click on the button "Add Payment Type"

Observed behavior The background color of the modal dialog is the input background color. Furthermore, the border of input fields is grayish, that is not visible at all.

Expected behavior The background color of the modal dialog is the "dark" or "light" background color. The border of the input fields is the same as the foreground color (in our case black).

Screenshots Screenshot_2021-04-09 Marketplace

Screenshot_2021-04-09 Marketplace(1)

Additional context All modal dialogs have the same layout issue.