Projet

Général

Profil

0003-minint-update-buttons-styles-16161.patch

Voir les différences:

Subject: [PATCH 3/6] minint: update buttons styles (#16161)

 static/minint/sass/_form.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
static/minint/sass/_form.scss
241 241
      &:hover,
242 242
      &:focus { background-color: $blue; color:#FFF; border: 1px solid $blue; box-shadow: none;  }
243 243
    }
244

  
244
    button[name="submit"],
245 245
    input[type="submit"][name="submit"] {font-weight: normal; box-shadow: none;  }
246 246

  
247 247
   div.SubmitWidget { border: none; padding: 0;}
......
253 253
    }
254 254
   }
255 255
   div.previous-button { margin-right: 2em; float: left;
256

  
257
    button,
256 258
    input { background-image: url('img/chevron-back.png'); background-repeat: no-repeat; background-position: 5px center; }
257 259
   }
258 260
   div.cancel-button {float: left}
259
-