Skip to content

Commit

Permalink
Merge branch 'jb52183' into 'master'
Browse files Browse the repository at this point in the history
Provide checkbox/radio renderer for Sailfish OS

See merge request mer-core/gecko-dev!198
  • Loading branch information
llewelld committed Dec 7, 2020
2 parents ad82565 + 8d78707 commit 7495c75
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedding/embedlite/embedding.js
Expand Up @@ -200,7 +200,7 @@ pref("mozilla.widget.force-24bpp", true);
pref("mozilla.widget.use-buffer-pixmap", true);
pref("layout.css.report_errors", false);
pref("layout.reflow.synthMouseMove", false);
pref("mozilla.widget.disable-native-theme", true);
pref("mozilla.widget.disable-native-theme", false);
pref("layers.enable-tiles", true);
pref("layers.low-precision-buffer", true);
pref("layers.low-precision-opacity", "1.0");
Expand Down
2 changes: 1 addition & 1 deletion embedding/embedlite/tests/content/embedScrollStyles.css
Expand Up @@ -97,7 +97,7 @@ select,
textarea,
button,
xul|button,
* > input:not([type="image"]) {
* > input:not(:-moz-any([type="image"], [type="checkbox"], [type="radio"])) {
-moz-appearance: none !important; /* See bug 598421 for fixing the platform */
border-radius: 3px;
}
Expand Down

0 comments on commit 7495c75

Please sign in to comment.