Merge pull request #5931 from owncloud/fix-time-field-properly
fix time input field properly, details
This commit is contained in:
commit
ab21e1b16e
|
@ -105,8 +105,8 @@ textarea:hover, textarea:focus, textarea:active {
|
||||||
input[type="checkbox"] { margin:0; padding:0; height:auto; width:auto; }
|
input[type="checkbox"] { margin:0; padding:0; height:auto; width:auto; }
|
||||||
input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#111 !important; }
|
input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#111 !important; }
|
||||||
input[type="time"] {
|
input[type="time"] {
|
||||||
width: 110px;
|
width: initial;
|
||||||
height: 30px;
|
height: 31px;
|
||||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||||
}
|
}
|
||||||
#quota {
|
#quota {
|
||||||
|
|
Loading…
Reference in New Issue