Quote:
Originally Posted by jackie_w
Code:
# Glo/Aura/Aura2E/Nia
- Find: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n font-size: 20px;\n}"
Replace: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n font-size: 15px;\n}"
# change font-family/case for all pre-2024 models
- Find: "font-family: Avenir;"
Replace: "font-family:Georgia;text-transform:uppercase;"
|
Very smart solution. It works! GG!