From 5daf8e2528c22fe8439fb6eb61260b6f555aa0c8 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 8 Sep 2014 00:59:53 -0500 Subject: [PATCH] New colors for URLs in sources table. --- static/style.css | 5 +++++ templates/index.mako | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 4a7ad4d..bc175eb 100644 --- a/static/style.css +++ b/static/style.css @@ -321,3 +321,8 @@ a:active#a-settings { color: #666; } a:active#cv-cached { color: #040; text-decoration: none; } a:hover#cv-cached { text-decoration: none; } a:hover#cv-cached span { display: block; } + +a:link.source-url { color: #357; } +a:visited.source-url { color: #357; } +a:hover.source-url { color: #035; } +a:active.source-url { color: #404; } diff --git a/templates/index.mako b/templates/index.mako index 8d75e55..b9a6861 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -205,7 +205,7 @@ % for i, source in enumerate(result.sources): = 10 else 'id="source-row-selected"' if i == 0 else ""}> - ${source.url | h} + ${source.url | h} % if source.skipped: <% skips = True %>