|
@@ -8,17 +8,22 @@
|
8
|
8
|
|
9
|
9
|
.invite-dialog {
|
10
|
10
|
.dial-in-numbers {
|
|
11
|
+ .dial-in-numbers-conference-id {
|
|
12
|
+ color: orange;
|
|
13
|
+ margin-left: 3px;
|
|
14
|
+ }
|
|
15
|
+
|
|
16
|
+ /*
|
|
17
|
+ * dial-in-numbers-copy styling is needed for the feature of copying
|
|
18
|
+ * text to the clipboard. The styling keeps the element invisible
|
|
19
|
+ * to the user but still programmatically selectable for copying.
|
|
20
|
+ */
|
11
|
21
|
.dial-in-numbers-copy {
|
12
|
22
|
opacity: 0;
|
13
|
23
|
pointer-events: none;
|
14
|
24
|
position: fixed;
|
15
|
|
- user-select: text;
|
16
|
25
|
-webkit-user-select: text;
|
17
|
|
- }
|
18
|
|
-
|
19
|
|
- .dial-in-numbers-conference-id {
|
20
|
|
- color: orange;
|
21
|
|
- margin-left: 3px;
|
|
26
|
+ user-select: text;
|
22
|
27
|
}
|
23
|
28
|
|
24
|
29
|
.dial-in-numbers-trigger {
|