From 996e65c2fbb297febdb1150b6f713c69edb15c37 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 7 Jul 2011 09:04:24 +0000 Subject: [PATCH] 2011-07-07 Juan Manuel Ramon * include/styles/pandora_black.css: Changed some imcompatible colors. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4518 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/styles/pandora_black.css | 13 ++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) 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; +}