diff --git a/mobile/android/themes/core/aboutFeedback.css b/mobile/android/themes/core/aboutFeedback.css index aa12c5bfee9c..67cbfd8ee46c 100644 --- a/mobile/android/themes/core/aboutFeedback.css +++ b/mobile/android/themes/core/aboutFeedback.css @@ -184,7 +184,6 @@ footer { padding: 15px; font-size: 16px; width: 100%; - background-color: #0092DB; border-radius: 4px; border-width: 0; color: #fff; @@ -195,6 +194,14 @@ footer { text-decoration: underline; } +.description:invalid ~ .send-feedback { + background-color: #8698A8; +} + +.description:valid ~ .send-feedback { + background-color: #0092DB; +} + @media screen and (max-height: 400px) { body { padding-top: 40px;