Jump to content

Surcouche css


Atch

Recommended Posts

Bonjour Aux concepteurs du module Paypal .

 

SVP, pourriez vous arrêter de sur coucher le CSS n'importe comment ?

 

du genre :

 

#paypal-wrapper input[type=submit], .fancybox-wrap button, #fancybox-wrap button, #paypal-wrapper .paypal-button

 

#paypal-wrapper input[type="submit"], .fancybox-wrap button, #fancybox-wrap button, #paypal-wrapper .paypal-button {

    background: url("../img/bg-button.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #f29116;
    border-radius: 4px;
    color: #292929;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 25px;
    line-height: 26px;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px #ddd;
    text-transform: uppercase;
}

ou dans le même style ,

.disabled, .disabled *, .disabled * *, .disabled * * * {

    color: #888 !important;
}

Jolie Le !important :) le truc qui fout la ...... partout où la class est utilisée.

 

Bref ... 50% de CSS est comme ça, c'est à dire cible des éléments généraux utilisés dans Prestashop et surtout Fancybox ...

 

V++

 

Atch

 

 

 

post-16609-0-88152300-1423565521_thumb.jpg

  • Like 3
Link to comment
Share on other sites

  • 2 weeks later...

Tain de bouton "ajouter au panier" sur la page produit qui passe au gris à cause de ce :

 

.disabled, .disabled *, .disabled * *, .disabled * * * {

    color: #888 !important;

}

Faut il retoucher ce css Paypal , ou cela sera t il un jour corrigé ?

 

V++

 

Atch

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...