fork from https://github.com/mozilla/pdf.js.git
This commit is contained in:
14
extensions/chromium/contentstyle.css
Normal file
14
extensions/chromium/contentstyle.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Detect creation of <embed> and <object> tags.
|
||||
*/
|
||||
@keyframes pdfjs-detected-object-or-embed {
|
||||
from {
|
||||
/* empty */
|
||||
}
|
||||
}
|
||||
object,
|
||||
embed {
|
||||
animation-delay: 0s !important;
|
||||
animation-name: pdfjs-detected-object-or-embed !important;
|
||||
animation-play-state: running !important;
|
||||
}
|
||||
Reference in New Issue
Block a user