dashboard color changes
authorWilliam Rockwood <wrockwood@tadl.org>
Fri, 20 Jul 2012 18:29:52 +0000 (14:29 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Fri, 20 Jul 2012 18:29:52 +0000 (14:29 -0400)
- Changed css for dash_checked, dash_holds, dash_pickup and dash_fines
  to set the color to #424242 instead of the various random colors
  they were previously using.

Might want to revisit this at some point in the future to set up
conditionals to cause different colors to be used depending on state
(such as fines >$0).

Signed-off-by: William Rockwood <wrockwood@tadl.org>
css/tadl.css

index 3745228..b0114a7 100644 (file)
@@ -141,10 +141,10 @@ span.dash_divider {
 
 #logout_link { left: 1px; }
 
-#dash_checked { color: #ffcc33; }
-#dash_holds { color: #ffcc33; }
-#dash_pickup { color: #1dd93c; }
-#dash_fines { color: #f41d36; }
+#dash_checked { color: #424242; }
+#dash_holds { color: #424242; }
+#dash_pickup { color: #424242; }
+#dash_fines { color: #424242; }
 #header-wrap {
     width:960px;
     margin: 0 auto;