Tries to fix cursor placement problem in chat write area reported by Emil Ivov.
This commit is contained in:
parent
aff8916618
commit
437f5a9a17
|
@ -51,7 +51,7 @@
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius:0;
|
border-radius:0;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
line-height: 25px;
|
line-height: 30px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
<link rel="stylesheet" href="css/popover.css?v=2">
|
<link rel="stylesheet" href="css/popover.css?v=2">
|
||||||
<link rel="stylesheet" href="css/jitsi_popover.css?v=2">
|
<link rel="stylesheet" href="css/jitsi_popover.css?v=2">
|
||||||
<link rel="stylesheet" href="css/contact_list.css?v=3">
|
<link rel="stylesheet" href="css/contact_list.css?v=3">
|
||||||
<link rel="stylesheet" href="css/chat.css?v=3">
|
<link rel="stylesheet" href="css/chat.css?v=4">
|
||||||
<link rel="stylesheet" href="css/welcome_page.css?v=2">
|
<link rel="stylesheet" href="css/welcome_page.css?v=2">
|
||||||
<!--
|
<!--
|
||||||
Link used for inline installation of chrome desktop streaming extension,
|
Link used for inline installation of chrome desktop streaming extension,
|
||||||
|
|
Loading…
Reference in New Issue