From a8eb52142c823b4bc3a92256df0f3acc79141005 Mon Sep 17 00:00:00 2001 From: stan Date: Fri, 20 Sep 2002 19:47:08 +0000 Subject: [PATCH] Added redtext for video devices. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@17 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zmstyles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/zmstyles.css b/web/zmstyles.css index 39008f4f2..2df77649c 100644 --- a/web/zmstyles.css +++ b/web/zmstyles.css @@ -1,6 +1,7 @@ .text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #333333; font-weight: normal} .redtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: red; font-weight: bold} -.ambtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: orange; font-weight: bold} +.oratext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: orange; font-weight: bold} +.gretext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: green; font-weight: bold} .smallhead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #016A9D; font-weight: bold; line-height: 20px} .head { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #000066; font-weight: bold} a:link { color: #7F7FB2; text-decoration: none}