Disabled button formatting

This commit is contained in:
shortcutme 2018-04-28 22:05:51 +02:00
parent 26cb600ae3
commit d9ad3ae2c9
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -20,6 +20,7 @@ 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.disabled { pointer-events: none; border-bottom: 2px solid #666; background-color: #999; opacity: 0.5 }
.button.button-2 { background-color: transparent; border: 1px solid #EEE; color: #555 }
.button.button-2:hover { border: 1px solid #CCC; color: #000 }