mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
- Firefox placeholder text is faded out and not the full color. Adding opacity:1 to it returns it to the proper color
- (this is a re-commit since I messed up my branch last time and failed the travis build)
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@
|
|||||||
// Placeholder text
|
// Placeholder text
|
||||||
.placeholder(@color: @input-color-placeholder) {
|
.placeholder(@color: @input-color-placeholder) {
|
||||||
&:-moz-placeholder { color: @color; } // Firefox 4-18
|
&:-moz-placeholder { color: @color; } // Firefox 4-18
|
||||||
&::-moz-placeholder { color: @color; } // Firefox 19+
|
&::-moz-placeholder { color: @color; opacity:1; } // Firefox 19+
|
||||||
&:-ms-input-placeholder { color: @color; } // Internet Explorer 10+
|
&:-ms-input-placeholder { color: @color; } // Internet Explorer 10+
|
||||||
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome
|
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user