From 94d39257be210769285f01fb958250265ca9ff3c Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 28 Feb 2013 10:45:51 -0800 Subject: [PATCH] Color DarkConsole links Test Plan: Looked at stack trace with editor: links. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5159 --- webroot/rsrc/css/aphront/dark-console.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webroot/rsrc/css/aphront/dark-console.css b/webroot/rsrc/css/aphront/dark-console.css index 5be2bcfaa4..08ec6a7aea 100644 --- a/webroot/rsrc/css/aphront/dark-console.css +++ b/webroot/rsrc/css/aphront/dark-console.css @@ -11,6 +11,10 @@ position: relative; } +.dark-console a { + color: #cccccc; +} + .dark-console-requests, .dark-console-tabs { position: absolute; @@ -57,7 +61,6 @@ overflow: hidden; background: #444444; margin: 3px 0; - color: #cccccc; border-color: #666666; border-width: 1px 0; border-style: solid;