Override Firefox UA style for placeholders
This commit is contained in:
parent
82dee37afe
commit
31808c23a8
1 changed files with 7 additions and 0 deletions
|
@ -295,6 +295,13 @@ input[type=search]::-webkit-search-results-decoration {
|
||||||
.input[type=search]::-moz-placeholder {
|
.input[type=search]::-moz-placeholder {
|
||||||
color: #a5aab2;
|
color: #a5aab2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Override Firefox's UA style so we get a consistent look across browsers
|
||||||
|
input::placeholder,
|
||||||
|
textarea::placeholder {
|
||||||
|
opacity: initial;
|
||||||
|
}
|
||||||
|
|
||||||
// ***** Mixins! *****
|
// ***** Mixins! *****
|
||||||
|
|
||||||
@define-mixin mx_DialogButton {
|
@define-mixin mx_DialogButton {
|
||||||
|
|
Loading…
Reference in a new issue