X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fstatic%2Fstyles%2Fwebcit.css;h=884b0d0ae1928f2e461e5480cdd189fa71b7dedc;hp=278b42e531726065f92bd9e4f225905dccc89ecf;hb=715008dfb6283528fcac64dc21b88dcbb237abad;hpb=307ff84a60b03889b9cd5ff84c29489177f9a39d diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 278b42e53..884b0d0ae 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -738,6 +738,14 @@ ul.adminitems li { ul.adminitems li span { display: block } +/* Mailq */ +table.mailstatus {background-color: lightgray } +td.mailstatus_0 {background-color: gray } +td.mailstatus_1 {background-color: gray } +td.mailstatus_2 {background-color: green } +td.mailstatus_3 {background-color: orange } +td.mailstatus_4 {background-color: yellow } +td.mailstatus_5 {background-color: red } /* Room list - Tree Node */