mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Make call window title unselectable
This commit is contained in:
parent
34be87c096
commit
d4260ee4c2
@ -56,6 +56,10 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.call-window .head .title {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.call-window .head a {
|
||||
color: inherit;
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ class CallWindow extends CustomEvents {
|
||||
type: "div",
|
||||
class: "head",
|
||||
innerHTML: "<i class='fa fa-phone'></i>" +
|
||||
await getConvName(conv) +
|
||||
"<span class='title'>"+ await getConvName(conv) + "</span>" +
|
||||
" <span class='pull-right'></span>"
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user