diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index d41fb8c607d..05f32c136ab 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -143,6 +143,7 @@ 1. [A380X/FMS] Vapp wind correction calculation fix - @Waveif (waveif) 1. [A380X/MFD] Fixed FLT NBR not displaying as a mandatory input field - @jet2code (john.xyz) 1. [A380X/PFD] Add FCU ALT ABOVE/BELOW A/C FMA messages - @Pruznak (Pruznak) +1. [A380X/MFD] Updated disabled input field styling - @jet2code (john) ## 0.12.0 diff --git a/fbw-a380x/src/systems/instruments/src/MFD/pages/common/widget-style.scss b/fbw-a380x/src/systems/instruments/src/MFD/pages/common/widget-style.scss index ea72f521f6c..125c10ff6ca 100644 --- a/fbw-a380x/src/systems/instruments/src/MFD/pages/common/widget-style.scss +++ b/fbw-a380x/src/systems/instruments/src/MFD/pages/common/widget-style.scss @@ -488,6 +488,10 @@ background-color: $display-mfd-darker-grey; } +.mfd-input-field-container.disabled:hover { + border: 2px inset $display-light-grey; +} + .mfd-input-field-container:hover { border: 2px inset $display-cyan; } @@ -524,7 +528,7 @@ .mfd-input-field-text-input.disabled { background-color: $display-mfd-darker-grey; - color: $display-light-grey; + color: $display-dark-grey; } .mfd-input-field-text-input.mandatory {