Update jquery.ime from upstream

* Adding a transliteration layout for the Ho language
  in the Warang Citi alphabet (by Purty).
* Enable the Palochka layout for Ingush (by stjn).
* Styling improvements in the IME selector (by Volker E).
* Fixes for the Blin / Tigre / Tigrinya GeezIM layout (by Fitsum Gaim).
* Fixes for the Santali Ol Chiki InScript 2 layout (by Ramjit Tudu).

Updating to
2046765d31

Change-Id: I04ba0553ec52fa8f5c8317c538394232c2291346
This commit is contained in:
Amir Aharoni
2018-12-03 14:35:51 +02:00
parent 88b443a143
commit 215145a95a
7 changed files with 179 additions and 43 deletions

View File

@@ -30,7 +30,7 @@
cursor: pointer;
text-decoration: none;
outline: none;
color: #222222;
color: #222;
line-height: 1em;
padding-top: 4px;
padding-bottom: 4px;
@@ -85,6 +85,10 @@ span.ime-disable-shortcut {
}
.imeselector-menu {
background-color: #fff;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
position: absolute;
top: 14px;
right: 0;
@@ -94,15 +98,11 @@ span.ime-disable-shortcut {
margin-top: 13px;
min-width: 160px;
padding: 0;
border: 1px solid #888;
background-color: #FFFFFF;
border-radius: 5px;
border: 1px solid #a2a9b1;
border-radius: 2px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
text-align: left;
}
@@ -119,7 +119,7 @@ span.ime-disable-shortcut {
/* The triangle shaped callout */
.imeselector-menu:before {
border-bottom: 7px solid #888;
border-bottom: 7px solid #a2a9b1;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
content: "";
@@ -135,7 +135,7 @@ span.ime-disable-shortcut {
}
.imeselector-menu:after {
border-bottom: 6px solid #FFFFFF;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
content: "";
@@ -152,15 +152,15 @@ span.ime-disable-shortcut {
}
.imeselector-menu.ime-position-top:before {
border-bottom: 0 none;
border-top: 7px solid #888;
border-bottom: 0;
border-top: 7px solid #a2a9b1;
top: auto;
bottom: -7px;
}
.imeselector-menu.ime-position-top:after {
border-bottom: 0 none;
border-top: 6px solid #FFFFFF;
border-bottom: 0;
border-top: 6px solid #fff;
top: auto;
bottom: -6px;
}
@@ -176,7 +176,7 @@ span.ime-disable-shortcut {
.imeselector-menu .ime-help-link {
background-color: #f0f0f0;
border-radius: 0 0 5px 5px;
border-radius: 0 0 2px 2px;
border-top: 1px solid #ddd;
margin-top: 6px;
padding: 2px 0;
@@ -189,11 +189,11 @@ span.ime-disable-shortcut {
}
.imeselector-menu .selectable-row-item {
color: #333;
display: block;
padding-left: 20px;
padding-right: 20px;
font-weight: normal;
color: #333333;
outline: none;
white-space: nowrap;
position: relative;