Update jquery.uls from upstream

* Update icons
* Update autonyms: ban, gcr, hyw, jv
* Add languages: ksw, pov, rej, vai
* Localization updates

Updating to
6f6d72d575

Change-Id: I47c2c17ae8ad970c53ff1f75de31915616146e31
This commit is contained in:
Amir Aharoni
2019-05-21 13:24:08 +03:00
parent 774d7e75fe
commit 0bf89d1934
23 changed files with 191 additions and 52 deletions

View File

@@ -74,7 +74,7 @@
display: block;
position: absolute;
left: 0;
opacity: 0.8;
opacity: 0.5;
}
.uls-search-input-wrapper {
@@ -110,13 +110,14 @@
}
.uls-languagefilter-clear {
background: url( ../images/clear.png ) no-repeat left center;
background: url( ../images/close.png ) no-repeat left center;
/* @embed */
background-image: linear-gradient( transparent, transparent ), url( ../images/clear.svg );
background-image: linear-gradient( transparent, transparent ), url( ../images/close.svg );
background-size: 15px;
cursor: pointer;
height: 15px;
width: 15px;
opacity: 0.7;
/* Vertical margins: (32 - 15) / 2 */
margin: 8.5px 5px;