Merge pull request #368 from robintown/radio-button-cursor

Make PTTButton feel more clickable
This commit is contained in:
Robin 2022-06-01 09:13:04 -04:00 committed by GitHub
commit 9fac2c95e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,14 @@
background-color: #21262c; background-color: #21262c;
position: relative; position: relative;
padding: 0; padding: 0;
cursor: pointer;
} }
.talking { .talking {
background-color: #0dbd8b; background-color: #0dbd8b;
box-shadow: 0px 0px 0px 17px rgba(13, 189, 139, 0.2), box-shadow: 0px 0px 0px 17px rgba(13, 189, 139, 0.2),
0px 0px 0px 34px rgba(13, 189, 139, 0.2); 0px 0px 0px 34px rgba(13, 189, 139, 0.2);
cursor: unset;
} }
.error { .error {