We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f5805 commit 29952f4Copy full SHA for 29952f4
css/ZeroMail.css
@@ -53,7 +53,7 @@ h5, h6 { font-weight: normal; color: #999 }
53
.MessageList .Message .preview { color: #6F6E6E; margin-top: 5px; margin-bottom: 5px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
54
.MessageList .more {
55
display: none; text-align: center; padding: 25px; color: #666; border: 1px solid #eee; border-right: 0px; transition: all 0.3s;
56
- box-shadow: 0px -1px 29px -2px rgba(0,0,0,0.1); font-size: 13px; text-transform: uppercase; margin-bottom: -7px;
+ box-shadow: inset 0px -1px 29px -2px rgba(0,0,0,0.1); font-size: 13px; text-transform: uppercase; margin-bottom: -10px;
57
}
58
.MessageList .more:hover { background-color: #FFFAE5; transition: none; text-decoration: underline; }
59
.MessageList .more.visible { display: block }
0 commit comments