mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Merge pull request #368 from robintown/radio-button-cursor
Make PTTButton feel more clickable
This commit is contained in:
commit
9fac2c95e5
@ -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 New Issue
Block a user