sheet.xsl: fixes for safari
parent
f27631954e
commit
eba295cba8
|
@ -21,7 +21,7 @@
|
||||||
body {
|
body {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
word-wrap: anywhere;
|
word-wrap: anywhere;
|
||||||
font-family: sans;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, select {
|
input, select {
|
||||||
|
@ -250,6 +250,7 @@
|
||||||
input.focus()
|
input.focus()
|
||||||
input.select()
|
input.select()
|
||||||
document.execCommand('copy')
|
document.execCommand('copy')
|
||||||
|
input.blur()
|
||||||
}
|
}
|
||||||
|
|
||||||
function copy_link() {
|
function copy_link() {
|
||||||
|
|
Loading…
Reference in New Issue