summaryrefslogtreecommitdiffstats
path: root/layout/style/contenteditable.css
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-05 18:44:16 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-05 18:44:16 +0000
commit1da42403ec84fcbb634a816bec0618e47d5e0b70 (patch)
tree88e47e0339f16123bcd7b6c6fc913676fafddd0f /layout/style/contenteditable.css
parent602fbdcb44861c98c096d4fb2078c52a21b8485b (diff)
downloadUXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.tar
UXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.tar.gz
UXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.tar.lz
UXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.tar.xz
UXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.zip
Issue #1525 - Kill marquee element (uplift)
Diffstat (limited to 'layout/style/contenteditable.css')
-rw-r--r--layout/style/contenteditable.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/layout/style/contenteditable.css b/layout/style/contenteditable.css
index c550bc7c9..6d569f75e 100644
--- a/layout/style/contenteditable.css
+++ b/layout/style/contenteditable.css
@@ -80,15 +80,6 @@ input[contenteditable="true"][type="file"] {
-moz-user-focus: none !important;
}
-/* emulation of non-standard HTML <marquee> tag */
-marquee:-moz-read-write {
- -moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-horizontal-editable');
-}
-
-marquee[direction="up"]:-moz-read-write, marquee[direction="down"]:-moz-read-write {
- -moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-vertical-editable');
-}
-
*|*:-moz-read-write > input[type="hidden"],
input[contenteditable="true"][type="hidden"] {
border: 1px solid black !important;