diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index fd075be43..b2385616e 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -307,7 +307,13 @@ hr { /* Load More */ -.coral-load-more { +button.coral-load-more { width: 100%; text-align: center; + color: #FFF; + background-color: #2376D8; +} + +button.coral-load-more:hover { + background-color: #4399FF; } diff --git a/client/coral-framework/translations.json b/client/coral-framework/translations.json index 79dad077f..cc67f7707 100644 --- a/client/coral-framework/translations.json +++ b/client/coral-framework/translations.json @@ -3,7 +3,7 @@ "successUpdateSettings": "The changes you have made have been applied to the comment stream on this article", "successNameUpdate": "Your username has been updated", "contentNotAvailable": "This content is not available", - "loadMore": "Load More", + "loadMore": "View more", "bannedAccountMsg": "Your account is currently suspended. This means that you cannot Like, Flag, or write comments. Please contact moderator@fakeurl.com for more information", "editName": { "msg": "Your account is currently suspended because your username has been deemed inappropriate. To restore your account, please enter a new username. You may contact moderator@fakeurl.com for more information.",