| Index: Source/WebCore/css/html.css
|
| ===================================================================
|
| --- Source/WebCore/css/html.css (revision 137098)
|
| +++ Source/WebCore/css/html.css (working copy)
|
| @@ -571,12 +571,10 @@
|
| outline: none;
|
| }
|
|
|
| -/* This selector is used when step >= 3600 second but format contains minute field. */
|
| -input::-webkit-datetime-edit-minute-field[readonly] {
|
| - color: GrayText;
|
| -}
|
| -
|
| -/* This selector is used when step >= 60 second but format contains second field. */
|
| +input::-webkit-datetime-edit-ampm-field[readonly],
|
| +input::-webkit-datetime-edit-hour-field[readonly],
|
| +input::-webkit-datetime-edit-millisecond-field[readonly],
|
| +input::-webkit-datetime-edit-minute-field[readonly],
|
| input::-webkit-datetime-edit-second-field[readonly] {
|
| color: GrayText;
|
| }
|
|
|