]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
stylized ctdl_mail_folders
[citadel.git] / webcit-ng / static / css / webcit.css
index 0a04c1c16a6e819cbe462e6ad62bcc4d2200acc7..824756b1cd42214ebaf8dd6f86814446871ab320 100644 (file)
@@ -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;