diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9f035b44f6..427140cfc5 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-07-07 Juan Manuel Ramon + + * include/styles/pandora_black.css: Changed some imcompatible + colors. + 2011-07-07 Juan Manuel Ramon * pandoradb_data.sql diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 022953945b..9e35c2f7cc 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -22,7 +22,6 @@ Description: A theme with a dark style */ @import url(pandora.css); -@import url(pandora_width.css); body, body.pure { color: #EEE; @@ -185,3 +184,15 @@ ol.steps li.visited { .menu .menu_icon, .menu li.links { background-color: #000; } + +#ip { + color: #000000; +} + +input.login { + background-color: #f5f5f5; +} + +.databox_login { + color: #000000; +}