Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #50192 All Revisions ] Back to Issue ]
Summary 0050192: Price tag/label in keymap buttons should have harcoded colors
Revision 2022-09-07 18:26 by dbaz
Description Price tag in keymap buttons should have harcoded colors

The background should be ALWAYS white (regardless if we are in light or dark theme) and the font color should be ALWAYS black

Inside file "ProductButtonContentPrice.scss"
we have

.obpos2ProductButtonContent-price {
  ...
  background-color: var(--obc2-color-surface-inverse);
  color: var(--obc2-color-on-surface-inverse);
  ...
}

and we should have

.obpos2ProductButtonContent-price {
  ...
  background-color: white;
  color: black;
  ...
}

Inside file "ProductButtonContentImg.scss" the same change in the class ".obpos2ProductButtonContent-price_demo"
Revision 2022-09-07 18:23 by dbaz
Description Price tag in keymap buttons should have harcoded colors

The background should be ALWAYS white (regardless if we are in light or dark theme) and the font color should be ALWAYS black

Inside file "ProductButtonContentPrice.scss"
we have

.obpos2ProductButtonContent-price {
  ...
  background-color: var(--obc2-color-surface-inverse);
  color: var(--obc2-color-on-surface-inverse);
  ...
}

and we should have

.obpos2ProductButtonContent-price {
  ...
  background-color: white;
  color: black;
  ...
}
Revision 2022-09-07 14:22 by dbaz
Description Price tag in keymap buttons should have harcoded colors

The background should be ALWAYS white (regardless if we are in light or dark theme) and the font color should be ALWAYS black

Inside file "ProductButtonContentPrice.scss"
we have

.obpos2ProductButtonContent-price_demo {
  ...
  background-color: var(--obc2-color-surface-inverse);
  color: var(--obc2-color-on-surface-inverse);
  ...
}

and we should have

.obpos2ProductButtonContent-price_demo {
  ...
  background-color: white;
  color: black;
  ...
}


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker