1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 01:02:42 +01:00

Minor, fix z-index of DarkConsole for app pages.

This commit is contained in:
epriestley 2012-08-22 06:56:08 -07:00
parent d5b16c93ca
commit 71bd8f32e6
2 changed files with 2 additions and 2 deletions

View file

@ -528,7 +528,7 @@ celerity_register_resource_map(array(
), ),
'aphront-dark-console-css' => 'aphront-dark-console-css' =>
array( array(
'uri' => '/res/d9715ffb/rsrc/css/aphront/dark-console.css', 'uri' => '/res/e0f8a354/rsrc/css/aphront/dark-console.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -9,7 +9,7 @@
font-family: "Verdana"; font-family: "Verdana";
font-size: 11px; font-size: 11px;
position: relative; position: relative;
z-index: 1; z-index: 5;
} }
.dark-console a:link { .dark-console a:link {