[Rt-commit] r3454 - in rt/branches/3.5-TESTING: . html/NoAuth/css

trs at bestpractical.com trs at bestpractical.com
Sat Jul 9 22:21:58 EDT 2005


Author: trs
Date: Sat Jul  9 22:21:58 2005
New Revision: 3454

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
Log:
 r4969 at wintermute:  tom | 2005-07-09 15:19:30 -0400
 Color changes


Modified: rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css	Sat Jul  9 22:21:58 2005
@@ -79,13 +79,15 @@
 .ticket-transaction.people .type { background: #48c; }
 .ticket-summary .ticket-info-people .content { border-left: 0.5em solid #48c; }
 
-.ticket-transaction.links { border-color: #ad8; }
-.ticket-transaction.links .type { background: #ad8; }
-.ticket-summary .ticket-info-links .content  { border-left: 0.5em solid #ad8; }
-
-.ticket-transaction.dates { border-color: #d71; }
-.ticket-transaction.dates .type { background: #d71; }
-.ticket-summary .ticket-info-dates .content  { border-left: 0.5em solid #d71; }
+%# light green - #ad8
+.ticket-transaction.links { border-color: #316531; }
+.ticket-transaction.links .type { background: #316531; }
+.ticket-summary .ticket-info-links .content  { border-left: 0.5em solid #316531; }
+
+%# orange - #d71
+.ticket-transaction.dates { border-color: #633063; }
+.ticket-transaction.dates .type { background: #633063; }
+.ticket-summary .ticket-info-dates .content  { border-left: 0.5em solid #633063; }
 
 .ticket-transaction.message { border-color: #069; }
 .ticket-transaction.message .type { background: #069; }


More information about the Rt-commit mailing list