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

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 6 15:28:00 EDT 2008


Author: jesse
Date: Fri Jun  6 15:27:58 2008
New Revision: 12988

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

Log:
 r32397 at 31b:  jesse | 2008-06-06 15:13:09 -0400
 * css tweak to the "unread tickets"


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 15:27:58 2008
@@ -189,22 +189,18 @@
 
 .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;
+  border: 1px solid #99a;
+  border-right: 2px solid #aab;
+  border-bottom: 2px solid #aab;
 
 }
 
 
 .unread-messages .titlebox { 
-  background: #daa;
+  background-color: #dde;
 }
 
 .unread-messages .titlebox-title .left { 
-  background: #eaa;
+  background-color: #cce;
 }
-
-
-


More information about the Rt-commit mailing list