X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwebcit.css;h=915b21a05bd4f6d2bb824a62b440c683242fc8c8;hb=d7069aa427060cf5f4e3a6eb919f0a36cdda86c1;hp=91ea445fa13435ec07d62e01ac298ab587fdda3e;hpb=abe1ab11b1285075837524cabc352d88c98884b7;p=citadel.git diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 91ea445fa..915b21a05 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -886,7 +886,8 @@ body, #global { padding: 0; } /** Override to disable list-style-image" */ -.room { +.room a, .room a, .room a:visited, .room a:link { + color: #333333; } .room-private { list-style-image: url("/static/privatemess_16x.gif"); @@ -909,6 +910,9 @@ body, #global { .room-newmsgs { font-weight: bold; } +.room-emphasized { + text-decoration: underline; +} /* Content */ .boxcontent table {