You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

comments.css 253B

123456789
  1. .v-button:focus {
  2. background-image: url(img/left-focus.png);/** sprite-ref: buttons */
  3. outline: none;
  4. }
  5. .v-button:focus .v-button-wrap {
  6. background-image: url(img/right-focus.png);/** sprite-ref: buttons; sprite-alignment: right */
  7. outline: none;
  8. }