Merge pull request #201 from Safelite/feature/digital/SSR-310
Firefox styling fixes for welcome-page
This commit is contained in:
commit
43675a475e
1 changed files with 9 additions and 2 deletions
|
|
@ -50,6 +50,7 @@
|
|||
disableAutoFill
|
||||
validationRules="damage-option-required"
|
||||
placeHolderText="Select an option"
|
||||
id="welcomeDropdown"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -77,6 +78,7 @@
|
|||
isRequired
|
||||
disableAutoFill
|
||||
placeHolderText="Select an option"
|
||||
id="welcomeDropdown"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -342,11 +344,16 @@
|
|||
{
|
||||
margin-bottom: 0rem !important;
|
||||
}
|
||||
// Temporary solution that prevents the Continue button from being hidden in Firefox
|
||||
@-moz-document url-prefix() {
|
||||
// Temporary solution that prevents the Continue button from being hidden in Firefox
|
||||
#welcomeFooter {
|
||||
position: static !important;
|
||||
}
|
||||
// Fixes Firefox styling defect for placeholder text in dropdown fields
|
||||
#welcomeDropdown {
|
||||
.form-select {
|
||||
padding: 0.75rem 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue