Bug 1314544: [DateTimeInput] browser keyboard shortcut does not work when focus is on input box

This commit is contained in:
janekptacijarabaci 2018-02-14 14:10:13 +01:00 committed by Roy Tam
commit e59c0758c7
2 changed files with 151 additions and 59 deletions

View file

@ -20,6 +20,8 @@
border: 0;
margin: 0;
ime-mode: disabled;
cursor: default;
-moz-user-select: none;
}
.datetime-separator {