Joomla.it Forum
Joomla! 1.0.x (versione con supporto terminato) => Le voci di Joomla.it (solo per versione Joomla 1.0.x) => I Template di Joomla 1.0.x => : mochi 21 Sep 2007, 09:55:53
-
ciao a tutti,
ho installato freshgreen v.2 che potete vedere nell'esempio:
http://www.joomlademo.de/index.php?mos_change_template=freshgreenv2 (http://www.joomlademo.de/index.php?mos_change_template=freshgreenv2)
ho provato in tutti i modi, ma non riesco a cambiare il pulsante "enter"
come posso fare???
-
Enter sarebbe accedi del login?
Se si devi modificare questa parte del css freshgreenv2/css/template_css.css
.button (line 522)
{
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
color: #ffffff;
font-size: 11px;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: -moz-use-text-color;
border-right-color: -moz-use-text-color;
border-bottom-color: -moz-use-text-color;
border-left-color: -moz-use-text-color;
font-weight: bold;
background-color: #000000;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
height: 20px;
background-image: url(../images/button_bg.png);
background-repeat: repeat-x;
}
-
risolto grazie