mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Clean up Dark Console broken table css
Summary: Fixes T12808 Test Plan: Enable Dark Console. Hover Hover Hover. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12808 Differential Revision: https://secure.phabricator.com/D18099
This commit is contained in:
parent
fb9d036e57
commit
345d80b40d
2 changed files with 15 additions and 8 deletions
|
@ -25,7 +25,7 @@ return array(
|
|||
'rsrc/audio/basic/tap.mp3' => 'fc2fd796',
|
||||
'rsrc/audio/basic/ting.mp3' => '17660001',
|
||||
'rsrc/css/aphront/aphront-bars.css' => '231ac33c',
|
||||
'rsrc/css/aphront/dark-console.css' => '53798a6d',
|
||||
'rsrc/css/aphront/dark-console.css' => 'f7b071f1',
|
||||
'rsrc/css/aphront/dialog-view.css' => '685c7e2d',
|
||||
'rsrc/css/aphront/list-filter-view.css' => '5d6f0526',
|
||||
'rsrc/css/aphront/multi-column.css' => '84cc6640',
|
||||
|
@ -537,7 +537,7 @@ return array(
|
|||
'symbols' => array(
|
||||
'almanac-css' => 'dbb9b3af',
|
||||
'aphront-bars' => '231ac33c',
|
||||
'aphront-dark-console-css' => '53798a6d',
|
||||
'aphront-dark-console-css' => 'f7b071f1',
|
||||
'aphront-dialog-view-css' => '685c7e2d',
|
||||
'aphront-list-filter-view-css' => '5d6f0526',
|
||||
'aphront-multi-column-view-css' => '84cc6640',
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
*/
|
||||
|
||||
.dark-console {
|
||||
background: #444444;
|
||||
color: #eeeeee;
|
||||
width: 100%;
|
||||
font-family: "Verdana";
|
||||
font-size: 11px;
|
||||
position: relative;
|
||||
background: #444444;
|
||||
color: #eeeeee;
|
||||
width: 100%;
|
||||
font-family: "Verdana";
|
||||
font-size: 11px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dark-console a {
|
||||
|
@ -74,6 +74,7 @@
|
|||
.dark-console-requests a.dark-console-request:hover,
|
||||
.dark-console-tabs a.dark-console-tab:hover {
|
||||
background: #1188cc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dark-console-tabs a.dark-console-tab {
|
||||
|
@ -107,6 +108,12 @@
|
|||
|
||||
.dark-console .aphront-table-view td {
|
||||
font-size: 11px;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.dark-console .aphront-table-view tr:hover,
|
||||
.dark-console .aphront-table-view tr.alt:hover {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.dark-console .aphront-table-view td.header {
|
||||
|
|
Loading…
Reference in a new issue