From: William Rockwood Date: Fri, 20 Jul 2012 18:29:52 +0000 (-0400) Subject: dashboard color changes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=17554a6bce8d428c451d5a94b046f11f99c572a2;p=evergreen%2Ftadl.git 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 --- 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;