Skip to content

Preview cards: Fix transparency for Safari #20

Merged
merged 1 commit into from
Nov 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mpicms/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ body {
width: 100%;
border-bottom: 1.5em solid white;
position: absolute;
background-image: linear-gradient(to top, white, white, transparent);
background-image: linear-gradient(to top, white, white, rgba(255,255,255,0));
}

.is-preview h1, .is-preview h2, .is-preview h3, .is-preview h4, .is-preview h5, .is-preview h6 {
Expand Down Expand Up @@ -735,4 +735,4 @@ a.tag:hover {

.modal-image:hover, .richtext-image:hover {
cursor: pointer;
}
}