git blue datetime cross
it destroys the date input in chrome
This commit is contained in:
@ -724,6 +724,11 @@ input[type="url"] {
|
||||
height: 1.8em;
|
||||
}
|
||||
|
||||
input[type="datetime-local"]::-webkit-clear-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="date"][disabled],
|
||||
input[type="datetime"][disabled],
|
||||
input[type="datetime-local"][disabled],
|
||||
@ -969,6 +974,9 @@ h3 {
|
||||
line-height: 1.16667em;
|
||||
margin: 1.16667em 0;
|
||||
}
|
||||
h3.toggle_headline {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
h4,
|
||||
#diagnose caption {
|
||||
|
Reference in New Issue
Block a user