Make PTTButton feel more clickable
This commit is contained in:
parent
9444f43c72
commit
14fbddf780
1 changed files with 2 additions and 0 deletions
|
@ -9,12 +9,14 @@
|
|||
background-color: #21262c;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.talking {
|
||||
background-color: #0dbd8b;
|
||||
box-shadow: 0px 0px 0px 17px rgba(13, 189, 139, 0.2),
|
||||
0px 0px 0px 34px rgba(13, 189, 139, 0.2);
|
||||
cursor: unset;
|
||||
}
|
||||
|
||||
.error {
|
||||
|
|
Loading…
Reference in a new issue