1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

XFA - Default background in rectangle is white

- Fix a typo in order to open the pdf in issue #13679
  - After fixing the fill default color there wer some regressions because of z-index
    and when fixing z-index there were some regressions because of borders
  - So fix the borders rendering.
This commit is contained in:
Calixte Denizet 2021-07-06 17:52:05 +02:00
parent 90d196a080
commit c47f0f0f40
6 changed files with 37 additions and 37 deletions

View file

@ -31,7 +31,6 @@
text-align: initial;
top: 0;
left: 0;
z-index: 200;
transform-origin: 0 0;
line-height: 1.2;
}
@ -76,26 +75,6 @@
vertical-align: 0;
}
.xfaDraw {
z-index: 100;
}
.xfaExclgroup {
z-index: 200;
}
.xfaField {
z-index: 300;
}
.xfaRich {
z-index: 300;
}
.xfaSubform {
z-index: 200;
}
.xfaCaption {
overflow: hidden;
flex: 0 1 auto;