Skip to content

Commit 29952f4

Browse files
committed
New more messages button display
1 parent f3f5805 commit 29952f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/ZeroMail.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ h5, h6 { font-weight: normal; color: #999 }
5353
.MessageList .Message .preview { color: #6F6E6E; margin-top: 5px; margin-bottom: 5px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
5454
.MessageList .more {
5555
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;
56+
box-shadow: inset 0px -1px 29px -2px rgba(0,0,0,0.1); font-size: 13px; text-transform: uppercase; margin-bottom: -10px;
5757
}
5858
.MessageList .more:hover { background-color: #FFFAE5; transition: none; text-decoration: underline; }
5959
.MessageList .more.visible { display: block }

0 commit comments

Comments
 (0)