summaryrefslogtreecommitdiffstats
path: root/browser/extensions/webcompat/injections/css/bug1849019-axa-assistance.pl-datepicker-fix.css
diff options
context:
space:
mode:
Diffstat (limited to 'browser/extensions/webcompat/injections/css/bug1849019-axa-assistance.pl-datepicker-fix.css')
-rw-r--r--browser/extensions/webcompat/injections/css/bug1849019-axa-assistance.pl-datepicker-fix.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/browser/extensions/webcompat/injections/css/bug1849019-axa-assistance.pl-datepicker-fix.css b/browser/extensions/webcompat/injections/css/bug1849019-axa-assistance.pl-datepicker-fix.css
new file mode 100644
index 0000000000..239bbbfe5b
--- /dev/null
+++ b/browser/extensions/webcompat/injections/css/bug1849019-axa-assistance.pl-datepicker-fix.css
@@ -0,0 +1,19 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+/**
+ * www.axa-assistance.pl - The buttons for picking a date are not working
+ * Bug #1849019 - https://bugzilla.mozilla.org/show_bug.cgi?id=1849019
+ * WebCompat issue #123068 - https://github.com/webcompat/web-bugs/issues/123068
+ *
+ * The site delegates click events to a hidden date input to open its UI,
+ * which doesn't work in Firefox, but works in Chrome
+ * Depends on https://bugzilla.mozilla.org/show_bug.cgi?id=1840668
+ */
+
+.hiddenDate {
+ width: 100%;
+ height: 100%;
+ z-index: auto;
+}