1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 13:52:40 +01:00

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
This commit is contained in:
vrana 2013-02-28 10:45:51 -08:00
parent 19d67b778d
commit 94d39257be

View file

@ -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;