Add missing styles for "No notifications", "Searching..." sections
This commit is contained in:
+7
-1
@@ -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; }
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user