servicecatalog / oscm

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

Task Clean up root color schema #1231

Closed Piotr-K8i closed 3 years ago

Piotr-K8i commented 3 years ago

Changes in this Pull Request:

Mandatory checks:

To be checked by the reviewer:

To be checked by the pull request owner:

Cross repository and core changes:

OSCM Build References:

Screenshot (if applicable):


This change is Reviewable

farmakiG commented 3 years ago

oscm-portal/WebContent/marketplace/scss/components/_tables.scss, line 7 at r1 (raw file):

  margin: 0;
  text-align: left;
  background: var(--oscm-table-bg-color);

Here you have --oscm-table-bg-color and then you have --oscm-table-background-color.

farmakiG commented 3 years ago

oscm-portal/WebContent/marketplace/scss/components/_tables.scss, line 288 at r1 (raw file):

.rf-dt {
   border: none !important;
   background-color: var(--oscm-table-background-color) !important;

Here you have --oscm-table-background-color.

Piotr-K8i commented 3 years ago

There are different values for background and background-color, were used to override Richfaces values: --oscm-table-bg-color: hsla(var(--oscm-main), 0.8); --oscm-table-background-color: hsla(var(--oscm-main), 0.1);