1
0

git blue datetime cross

it destroys the date input in chrome
This commit is contained in:
onli
2013-08-18 23:41:13 +02:00
parent ae00227275
commit 38e95423b8

View File

@ -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 {