diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-26 12:53:29 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-12-26 12:53:29 -0500 |
commit | d304025fbb2f913e4e9801bc5863e05beffcd78b (patch) | |
tree | cabc9dd75fb34b55c58470dec9f7e404eb1354b8 /scripts | |
parent | 14e43b42d65c97bddbba4fe77729ad9ca70c6733 (diff) | |
download | steuermann-d304025fbb2f913e4e9801bc5863e05beffcd78b.tar.gz |
change orange color of daily links
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1153 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/steuermann_report.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/steuermann_report.cgi b/scripts/steuermann_report.cgi index 76a5b59..92f159f 100644 --- a/scripts/steuermann_report.cgi +++ b/scripts/steuermann_report.cgi @@ -193,7 +193,7 @@ elif action == 'runs' : print "<tr>" print "<td>" if run.startswith('daily_20'): - print "<a style='color:orange;' href=%s?action=status&run=%s>%s</a>"%(cginame, run, run) + print "<a style='color:#CF5300;' href=%s?action=status&run=%s>%s</a>"%(cginame, run, run) elif run.startswith('etc_hst_daily') or run.startswith('etc_jwst_daily'): print "<a style='color:green;' href=%s?action=status&run=%s>%s</a>"%(cginame, run, run) else: |