[Rt-commit] r12977 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 6 12:23:06 EDT 2008


Author: jesse
Date: Fri Jun  6 12:23:05 2008
New Revision: 12977

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css

Log:
 r32372 at 31b:  jesse | 2008-06-06 12:12:24 -0400
 * styling the 'unread messages' box


Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	Fri Jun  6 12:23:05 2008
@@ -190,3 +190,21 @@
 .ticket-summary .titlebox-title a, div#body .ticket-summary .titlebox-title a:visited { color: #fff;}
 
 
+.unread-messages .titlebox , .unread-messages .titlebox-title .left { 
+  border: 1px solid #c99;
+  border-right: 2px solid #500;
+  border-bottom: 2px solid #500;
+
+}
+
+
+.unread-messages .titlebox { 
+  background: #daa;
+}
+
+.unread-messages .titlebox-title .left { 
+  background: #eaa;
+}
+
+
+


More information about the Rt-commit mailing list