2012-05-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css: Added transparent background in input html elements of image type. Bugfix merged from branches. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6301 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a7669dc80c
commit
6746b43b80
|
@ -1,3 +1,10 @@
|
|||
2012-05-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/pandora.css: Added transparent background in input
|
||||
html elements of image type.
|
||||
|
||||
Bugfix merged from branches.
|
||||
|
||||
2012-05-14 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/estado_ultimopaquete.php
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue