diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 98d5bca455..1c04f7ccb7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2012-05-14 Juan Manuel Ramon + + * include/styles/pandora.css: Added transparent background in input + html elements of image type. + + Bugfix merged from branches. + 2012-05-14 Sergio Martin * operation/agentes/estado_ultimopaquete.php diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index c46d003c85..44f56a034d 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1059,6 +1059,7 @@ select#template, select#action { } input[type=image] { border:0px; + background-color: transparent !important; } table#simple select#id_module_type, table#alert_search select#id_agent,