Add unread message gradient with -webkit- prefix for desktop app and Safari.

(imported from commit d98720922665e9c3a41d15d8e91efc3235d93287)
This commit is contained in:
Kevin Mehall 2013-07-05 11:25:19 -04:00
parent 97b7b6ee33
commit 91268b16a8
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}