Fix: Style butActionRefused incomplet
This commit is contained in:
parent
78c862eec6
commit
cde62e2feb
@ -678,7 +678,7 @@ if ($account || $_GET["ref"])
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<font class="butActionRefused">'.$langs->trans("Conciliate").'</font>';
|
||||
print "<a class=\"butActionRefused\" title=\"".$langs->trans("NotEnoughPermissions")."\" href=\"#\">".$langs->trans("Conciliate")."</a>";
|
||||
}
|
||||
}
|
||||
|
||||
@ -688,7 +688,7 @@ if ($account || $_GET["ref"])
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<font class="butActionRefused">'.$langs->trans("AddBankRecord").'</font>';
|
||||
print "<a class=\"butActionRefused\" title=\"".$langs->trans("NotEnoughPermissions")."\" href=\"#\">".$langs->trans("AddBankRecord")."</a>";
|
||||
}
|
||||
|
||||
print '</div>';
|
||||
|
||||
@ -672,7 +672,7 @@ a.butActionRefused {
|
||||
font-weight: bold;
|
||||
background: white;
|
||||
border: 1px solid red;
|
||||
color: #436976;
|
||||
color: #AAAAAA;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
|
||||
@ -507,7 +507,7 @@ a.butAction:visited { font-family: helvetica, verdana, arial, sans-serif; backgr
|
||||
a.butAction:active { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:hover { font-family: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
|
||||
.butActionRefused { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA !important; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; cursor: not-allowed; }
|
||||
.butActionRefused { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA !important; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none !important; white-space: nowrap; cursor: not-allowed; }
|
||||
|
||||
a.butActionDelete:link { font-family: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
|
||||
@ -479,7 +479,7 @@ a.butAction:visited { font-family: helvetica, verdana, arial, sans-serif; backgr
|
||||
a.butAction:active { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:hover { font-family: helvetica, verdana, arial, sans-serif; background: #eeeecc; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
|
||||
.butActionRefused { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA !important; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; cursor: not-allowed; }
|
||||
.butActionRefused { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA !important; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none !important; white-space: nowrap; cursor: not-allowed; }
|
||||
|
||||
a.butActionDelete:link { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:active { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user