Fix thumbnail rendering regression, when using |draw|, for PDF files with blend modes (issue 5637)

This commit is contained in:
Jonas Jenwald 2015-01-19 21:39:38 +01:00
parent 465f52e7ce
commit c149d4d75e
2 changed files with 3 additions and 6 deletions

View file

@ -1124,6 +1124,8 @@ html[dir='rtl'] .verticalToolbarSeparator {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
opacity: 0.8;
z-index: 99;
background-color: white;
background-clip: content-box;
}
.thumbnailSelectionRing {