From 17554a6bce8d428c451d5a94b046f11f99c572a2 Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Fri, 20 Jul 2012 14:29:52 -0400 Subject: [PATCH] dashboard color changes - 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 --- css/tadl.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/tadl.css b/css/tadl.css index 3745228f83..b0114a79ad 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -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; -- 2.11.0