Skip to content

Commit

Permalink
Correção do botão de Boleto
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoliveiraGN committed Jun 8, 2021
1 parent ba61391 commit 0cd5b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gerencianet_lib/Gerencianet_WHMCS_Interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function buttonGerencianet($errorMessages=null, $link=null, $discount=0, $discou
$src = '<style>
.botao {
background-color: #f26522;
background-image:url("modules/gateways/gerencianet_lib/images/gn-laranja.png");
background-image:url("modules/gateways/gerencianet_lib/images/gn-cinza.png");
background-size: 35px;
background-repeat: no-repeat;
background-position-x: 10px;
Expand All @@ -152,7 +152,7 @@ function buttonGerencianet($errorMessages=null, $link=null, $discount=0, $discou
}
.botao:hover {
background-color: #ff751a;
background-image:url("modules/gateways/gerencianet_lib/images/gn-laranja.png");
background-image:url("modules/gateways/gerencianet_lib/images/gn-cinza.png");
background-size: 35px;
background-repeat: no-repeat;
color: white;
Expand Down

0 comments on commit 0cd5b44

Please sign in to comment.