Skip to content

Commit

Permalink
Remove placeholer opacity added by Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnyhaase authored Dec 19, 2022
1 parent d785972 commit f9c12de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ronalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,14 @@ button:-moz-focusring,
outline: 1px dotted ButtonText;
}

/**
* Remove placeholer opacity added by Firefox
* https://css-tricks.com/almanac/selectors/p/placeholder/#aa-firefox-placeholder-color
*/
::-moz-placeholder {
opacity: 1;
}

/**
* Correct the padding in Firefox.
*/
Expand Down

0 comments on commit f9c12de

Please sign in to comment.