diff --git a/css/messages.css b/css/messages.css index fda88f2..c9faeaa 100644 --- a/css/messages.css +++ b/css/messages.css @@ -6,6 +6,12 @@ padding: 0; } +/* "No Notifications" text */ +.message-list-placeholder { + color: TEXT-DISABLED-COLOR; + font-weight: 700; +} + /* remove right margin in message list section (datemenu) */ .message-list-sections:ltr { margin-right: 0px; } .message-list-sections:rtl { margin-left: 0px; } @@ -110,5 +116,5 @@ } -/* url color */ +/* URLs in messages */ .url-highlighter { link-color: ACCENT-SECONDARY-COLOR; } \ No newline at end of file diff --git a/css/search.css b/css/search.css index c48e3ad..9f97c1b 100644 --- a/css/search.css +++ b/css/search.css @@ -1,5 +1,13 @@ /* Search */ + +/* "no results" text */ +.search-statustext { + color: TEXT-DISABLED-COLOR; + font-weight: 700; +} + + /* founded results content section */ .search-section-content { box-shadow: inset 0 0 0 1px BORDER-SHADOW;