Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

inputs: add !important to resolve issue in build process #5175

Merged
merged 2 commits into from
Oct 15, 2012
Merged

inputs: add !important to resolve issue in build process #5175

merged 2 commits into from
Oct 15, 2012

Conversation

jschulte
Copy link

inputs: add !important to resolve issue in build process where other CSS overrides :-moz-placeholder setting later on. Fixes #5166 - Text input placeholder text not grayed out in Firefox

Prior commit did not work properly after running through grunt build of CSS. Discussed with Jasper de Groot and we decided adding !important in this case is the best solution.

…SS overrides :-moz-placeholder setting later on. Fixes #5166 - Text input placeholder text not grayed out in Firefox
@ghost ghost assigned Wilto Oct 15, 2012
@jschulte
Copy link
Author

The other option for this would be to move the :-moz-placeholder line into the theme CSS instead, or to move the inclusion of css/structure/jquery.mobile.forms.textinput.css file to the end of the build structure build process.

…t override. Fixes #5166 - Text input placeholder text not grayed out in Firefox
@jschulte
Copy link
Author

wilto advised using input:moz-placeholder instead of :moz-placeholder which avoids having to use !important and still corrects the issue in Firefox.

Wilto added a commit that referenced this pull request Oct 15, 2012
inputs: add !important to resolve issue in build process
@Wilto Wilto merged commit ff79b5f into jquery-archive:master Oct 15, 2012
@Wilto
Copy link
Contributor

Wilto commented Oct 15, 2012

!IMPORTANT? NOT ON MY WATCH

Good work, man!

Wilto added a commit that referenced this pull request Oct 16, 2012
inputs: add !important to resolve issue in build process
Wilto added a commit that referenced this pull request Oct 16, 2012
inputs: add !important to resolve issue in build process
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text input placeholder text not grayed out in Firefox
2 participants