Resolve "Room setup: Not able to edit the room name once the room is created"
This commit is contained in:
parent
525ce9cf3e
commit
65fc39ec9d
21 changed files with 123 additions and 21 deletions
|
|
@ -1,5 +1,13 @@
|
|||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.cursor-default {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.cursor-text {
|
||||
cursor: text !important;
|
||||
}
|
||||
|
||||
.text-transform-0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue