mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-21 22:33:13 +08:00
Merge pull request #2421 from aignatov-bio/ai-sci-4256-transparent-image-for-image-preview
Add checkboard background for transparent images [SCI-4256]
This commit is contained in:
commit
bf1fac0b10
2 changed files with 1 additions and 0 deletions
BIN
app/assets/images/custom/checkerboard-pattern.png
Normal file
BIN
app/assets/images/custom/checkerboard-pattern.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 257 B |
|
@ -1498,6 +1498,7 @@ ul.content-activities {
|
|||
}
|
||||
|
||||
img {
|
||||
background: url(asset-path("custom/checkerboard-pattern.png"));
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
|
||||
|
|
Loading…
Reference in a new issue