mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Adds background transition for img preview fullscreen mode.
This commit is contained in:
parent
151f70773d
commit
b80eeeebbf
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
||||||
background-color: rgba(0,0,0,0.5);
|
background-color: rgba(0,0,0,0.5);
|
||||||
|
.transition(background-color 0.3s ease-in-out);
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue