diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
index 0744f93435a..8515d3649f7 100644
--- a/htdocs/compta/facture/list.php
+++ b/htdocs/compta/facture/list.php
@@ -600,8 +600,8 @@ if ($resql)
if($user->rights->facture->creer)
{
$newcardbutton='';
- $newcardbutton.= '';
- $newcardbutton.= ''.$langs->trans('NewBill').'';
+ $newcardbutton.= '';
+ $newcardbutton.= ''.$langs->trans('NewBill').'';
$newcardbutton.= '';
}
diff --git a/htdocs/don/list.php b/htdocs/don/list.php
index 46384f3569c..6c27f48c415 100644
--- a/htdocs/don/list.php
+++ b/htdocs/don/list.php
@@ -143,8 +143,8 @@ if ($resql)
if ($user->rights->don->creer)
{
$newcardbutton='';
- $newcardbutton.= '';
- $newcardbutton.= ''.$langs->trans('NewDonation').'';
+ $newcardbutton.= '';
+ $newcardbutton.= ''.$langs->trans('NewDonation').'';
$newcardbutton.= '';
}
diff --git a/htdocs/theme/eldy/btn.inc.php b/htdocs/theme/eldy/btn.inc.php
index 160c86b98ea..818fcd13c15 100644
--- a/htdocs/theme/eldy/btn.inc.php
+++ b/htdocs/theme/eldy/btn.inc.php
@@ -171,6 +171,14 @@ a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-ci
background-color: #fbfbfb;
}
+.title-button-icon{
+
+}
+
+.title-button-label{
+ color: #666666;
+}
+
.title-button:hover, a.title-button:hover {
border-radius: 3px;
position: relative;
@@ -183,6 +191,10 @@ a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-ci
box-shadow: none;
}
+.title-button:hover .title-button-label{
+ color: #ffffff;
+}
+
.title-button>.fa {
font-size: 20px;
display: block;