Add missing styles for "No notifications", "Searching..." sections

This commit is contained in:
Vladyslav Hroshev
2023-06-20 19:03:44 +03:00
parent 38d9742a4f
commit a769c4ad85
2 changed files with 15 additions and 1 deletions
+7 -1
View File
@@ -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; }
+8
View File
@@ -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;