Disabled button formatting
This commit is contained in:
parent
26cb600ae3
commit
d9ad3ae2c9
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue