From 8f26fe5bf8f6a7f1d451c9c8a9ed3c0dd5bc980b Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 28 Jan 2023 19:43:28 -0500 Subject: [PATCH] stylized ctdl_mail_folders --- webcit-ng/static/css/webcit.css | 10 +++++++++- webcit-ng/static/js/mail_folder_list.js | 8 +++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 0a04c1c16..824756b1c 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -1,5 +1,5 @@ /* - Copyright (c) 1996-2022 by Art Cancro and the citadel.org team. + Copyright (c) 1996-2023 by Art Cancro and the citadel.org team. This program is open source software. Use, duplication, or disclosure are subject to the terms of the GNU General Public License, version 3. */ @@ -274,6 +274,14 @@ html,body,h1,h2,h3,h4,h5 { margin-left: 0; } +.ctdl_mail_folders li { + color: DarkSlateGrey; +} + +.ctdl_mail_folders li:hover { + color: Black; +} + .ctdl-avatar { float: left; padding-right: 2px; diff --git a/webcit-ng/static/js/mail_folder_list.js b/webcit-ng/static/js/mail_folder_list.js index 02007f457..c4c18e65d 100644 --- a/webcit-ng/static/js/mail_folder_list.js +++ b/webcit-ng/static/js/mail_folder_list.js @@ -47,14 +47,16 @@ function render_mail_folder_list(roomlist_json) { // Turn it into displayable markup let rendered_list = ""; - rendered_list += "