Different design for second button of wrapperConfirm

This commit is contained in:
shortcutme 2017-05-11 17:55:38 +02:00
parent a9b9902e60
commit cc31081f1c
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -20,6 +20,8 @@ a { color: black }
color: rgba(0,0,0,0); background: #999 url(img/loading.gif) no-repeat center center;
transition: all 0.5s ease-out ; pointer-events: none; border-bottom: 2px solid #666
}
.button.button-2 { background-color: transparent; border: 1px solid #EEE; color: #555 }
.button.button-2:hover { border: 1px solid #CCC; color: #000 }
/* Fixbutton */