set white background of preview images

if a document was converted from an office format to pdf and then to
png, the png has transparent areas on the borders of the page. This
makes the gray of the backgrond shine through, which looked quite ugly.
This commit is contained in:
Uwe Steinmann 2016-11-07 09:29:01 +01:00
parent 6e1c759e3c
commit 91540ac6d9

View File

@ -10,6 +10,7 @@ img.mimeicon {
border-color: #CCCCCC #AAAAAA #999999 #CCCCCC;
border-style: solid;
border-width: 1px 2px 2px 1px;
background-color: white;
}
.list-action a {