mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
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:
parent
6e1c759e3c
commit
91540ac6d9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user