Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Add two Batak Mandailing keyboards by Benny Lin.
* Internal CSS cleanup.
Updating to
1c7dd79694

jquery.uls:
* Update language-data: Add bol and kai.
* Internal CSS cleanup.
Updating to
9d623bd958
Change-Id: I7fb6a42f15cd0a4d5945939b77261be2fbd51599

Change-Id: I23a2ed7cf0812fc8b192b4cc6c766e34a9d1a7e7
This commit is contained in:
Amir E. Aharoni
2023-07-31 13:28:06 +03:00
parent 99b2cf6365
commit e0f7f594a2
7 changed files with 202 additions and 16 deletions

View File

@@ -116,7 +116,7 @@ span.ime-disable-shortcut {
}
/* The triangle shaped callout */
.imeselector-menu:before {
.imeselector-menu::before {
border-bottom: 7px solid #a2a9b1;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
@@ -127,12 +127,12 @@ span.ime-disable-shortcut {
top: -7px;
}
.imeselector-menu.ime-right:before {
.imeselector-menu.ime-right::before {
right: auto;
left: 9px;
}
.imeselector-menu:after {
.imeselector-menu::after {
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
@@ -143,19 +143,19 @@ span.ime-disable-shortcut {
top: -6px;
}
.imeselector-menu.ime-right:after {
.imeselector-menu.ime-right::after {
right: auto;
left: 10px;
}
.imeselector-menu.ime-position-top:before {
.imeselector-menu.ime-position-top::before {
border-bottom: 0;
border-top: 7px solid #a2a9b1;
top: auto;
bottom: -7px;
}
.imeselector-menu.ime-position-top:after {
.imeselector-menu.ime-position-top::after {
border-bottom: 0;
border-top: 6px solid #fff;
top: auto;