mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 21:58:49 +01:00
Swipebox slide background gradient of black to blue, so that back SVG images are visible.
Thanks to xet7 !
This commit is contained in:
parent
ed5ab735b4
commit
c3577aa434
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
.slide {
|
||||
/* swipebox slide background gradient of black to blue, so that back SVG images are visible */
|
||||
background: rgb(2,0,36);
|
||||
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 14%, rgba(0,212,255,1) 100%);
|
||||
}
|
||||
.attachment-upload {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue