LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
Tasklist

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
Task Type Bug Report
Category
Status New
Assigned To Guillaume (Guillaume)
Operating System All
Severity Low
Priority Low
Reported Version alpha4
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

ui.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

Loading...