mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Add checkboard background for transparent images
This commit is contained in:
parent
b99a466b21
commit
b87d6a22a7
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