Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
FS#473 - ui.css input placeholder bug
Attached to Project:
LMS
Opened by Guillaume (Guillaume) - Saturday, 17 November 2012, 14:47 GMT
Last edited by Guillaume (Guillaume) - Friday, 08 March 2013, 14:17 GMT
Opened by Guillaume (Guillaume) - Saturday, 17 November 2012, 14:47 GMT
Last edited by Guillaume (Guillaume) - Friday, 08 March 2013, 14:17 GMT
|
Detailsui.css input placeholder bug
it is not possible to set the same color for each browser (because of the closure compiler) Currently we use this trick .lb_ui_input::-webkit-input-placeholder { color: #998; } .lb_ui_input:-moz-placeholder { color: #999; } .lb_ui_input:-ms-input-placeholder { color: #997; } |
This task depends upon