mirror of https://github.com/zulip/zulip.git
Add unread message gradient with -webkit- prefix for desktop app and Safari.
(imported from commit d98720922665e9c3a41d15d8e91efc3235d93287)
This commit is contained in:
parent
97b7b6ee33
commit
91268b16a8
|
@ -632,6 +632,7 @@ background-color: #ffe4e0;
|
|||
}
|
||||
|
||||
.unread .messagebox {
|
||||
background-image: -webkit-linear-gradient(left, rgba(180,180,180,0.3) 0, rgba(255,255,255,0.0) 35px);
|
||||
background-image: linear-gradient(to right, rgba(180,180,180,0.3) 0, rgba(255,255,255,0.0) 35px);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue