Add back noise texture
Add back the noise texture background by embedding the image file and setting it as base64-encoded data as CSS background image.
This commit is contained in:
parent
b7c0307f6b
commit
690f0f8e9a
3 changed files with 13 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#content_stack {
|
||||
box-shadow:inset 4px 4px 10px rgba(0,0,0,0.3);
|
||||
background-image:url("@NOISETEXTURE@");
|
||||
}
|
||||
|
||||
#port_spinner {
|
||||
|
|
|
|||
Loading…
Reference in a new issue