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:
parent
19d67b778d
commit
94d39257be
1 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark-console a {
|
||||||
|
color: #cccccc;
|
||||||
|
}
|
||||||
|
|
||||||
.dark-console-requests,
|
.dark-console-requests,
|
||||||
.dark-console-tabs {
|
.dark-console-tabs {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -57,7 +61,6 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #444444;
|
background: #444444;
|
||||||
margin: 3px 0;
|
margin: 3px 0;
|
||||||
color: #cccccc;
|
|
||||||
border-color: #666666;
|
border-color: #666666;
|
||||||
border-width: 1px 0;
|
border-width: 1px 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
|
Loading…
Reference in a new issue