Projet

Général

Profil

Révision a08833bd

Ajouté par Assos Assos il y a presque 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adaptivetheme/at_subtheme/sass/global.base.scss
476 476

  
477 477
/*
478 478
 * 1. Addresses appearance set to searchfield in S5, Chrome
479
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
479
 * 2. Reset box-sizing to border-box.
480 480
 */
481 481
input[type="search"] {
482 482
  -webkit-appearance: textfield;
483
  -moz-box-sizing: content-box;
484
  -webkit-box-sizing: content-box;
485
  box-sizing: content-box;
483
  -moz-box-sizing: border-box;
484
  -webkit-box-sizing: border-box;
485
  box-sizing: border-box;
486
  max-width: 100%;
486 487
}
487 488

  
488 489

  

Formats disponibles : Unified diff