uBlock/src/css
Deathamns 99d8f431d5 input[type="file"].click() didn't work in Safari
Click couldn't be initiated with JavaScript in Safari if the input was
hidden with display: none. Using visibility: hidden or opacity: 0 solves
the problem.

Alternative solution would be to hide (opacity: 0) the input and slide it
(position: absolute; top: 0; left: 0; width: 100%; height: 100%) over the
button, which would work in all browsers, and wouldn't require JavaScript.
2014-11-09 17:40:48 +01:00
..
fonts Work on vendor API abstraction, and near complete Safari support 2014-11-09 17:39:12 +01:00
1p-filters.css Work on vendor API abstraction, and near complete Safari support 2014-11-09 17:39:12 +01:00
3p-filters.css Avoid using Chrome's @@bidi_* type i18n messages 2014-11-09 17:40:40 +01:00
about.css Work on vendor API abstraction, and near complete Safari support 2014-11-09 17:39:12 +01:00
common.css input[type="file"].click() didn't work in Safari 2014-11-09 17:40:48 +01:00
dashboard-common.css Avoid using Chrome's @@bidi_* type i18n messages 2014-11-09 17:40:40 +01:00
dashboard.css Avoid using Chrome's @@bidi_* type i18n messages 2014-11-09 17:40:40 +01:00
popup.css Avoid using Chrome's @@bidi_* type i18n messages 2014-11-09 17:40:40 +01:00
stats.css Avoid using Chrome's @@bidi_* type i18n messages 2014-11-09 17:40:40 +01:00
whitelist.css Work on vendor API abstraction, and near complete Safari support 2014-11-09 17:39:12 +01:00