Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0055523Openbravo ERPA. Platformpublic2024-05-20 11:442024-05-20 14:21
dbaz 
dbaz 
normalminoralways
closedfixed 
5
 
PR24Q3 
approved
No
Core
No
0055523: Backoffice skin should have font-family values defined as CSS variables
Backoffice skin should have font-family values defined as CSS variables

When a font change is needed, updating a single variable rather than multiple CSS rules significantly reduces maintenance time and effort. Moreover, this practice facilitates the creation of customized skins, allowing designers to quickly adjust fonts to match different themes and ensure a cohesive visual experience.
.
No tags attached.
Issue History
2024-05-20 11:44dbazNew Issue
2024-05-20 11:44dbazAssigned To => dbaz
2024-05-20 11:44dbazOBNetwork customer => No
2024-05-20 11:44dbazModules => Core
2024-05-20 11:44dbazTriggers an Emergency Pack => No
2024-05-20 12:14hgbotMerge Request Status => open
2024-05-20 12:14hgbotNote Added: 0164803
2024-05-20 12:46hgbotMerge Request Statusopen => approved
2024-05-20 14:21hgbotNote Added: 0164816
2024-05-20 14:21hgbotResolutionopen => fixed
2024-05-20 14:21hgbotStatusnew => closed
2024-05-20 14:21hgbotFixed in Version => PR24Q3
2024-05-20 14:21hgbotNote Added: 0164817

Notes
(0164803)
hgbot   
2024-05-20 12:14   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1248 [^]
(0164816)
hgbot   
2024-05-20 14:21   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1248 [^]
(0164817)
hgbot   
2024-05-20 14:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 1fb8b88001c7df693768abee092c03a65c31d80a
Author: David Baz Fayos <david.baz@openbravo.com>
Date: 20-05-2024 12:20:36
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/1fb8b88001c7df693768abee092c03a65c31d80a [^]

Fixed ISSUE-55523: Added font-family CSS variables to backoffice

---
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-menu-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-calendar-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-dialog-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-messagebar-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-navigation-bar-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-personalization-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-popup-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-statusbar-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-toolbar-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-tree-grid-styles.css
M modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-widget-styles.css
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.userinterface.selector/ob-selector-item-styles.css
M modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
M modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/loginStyles.css
M modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.smartclient/openbravo/skins/250to300Comp/org.openbravo.userinterface.selector/ob-selector-widget-styles.css
---