Introduce regionfilter

RegionFilter is a basic jquery plugin to work with ULS
to select languages based on regions.

PS2: Added a css class for elements with regionfilter.
Used it for visual indication of selection. Plus some
clean up.

Change-Id: Ib01b4077435f98665075310e285e68f8538eeb4e
This commit is contained in:
Santhosh Thottingal
2012-06-25 16:46:38 +05:30
parent 4a782cbd65
commit a759f0ecbe
4 changed files with 158 additions and 61 deletions

View File

@@ -78,11 +78,9 @@
.uls-region:hover {
outline: 1px solid #0E90D2;
background: black;
opacity: 0.4;
}
.uls-region.active {
.regionselector.active {
background: black;
opacity: 0.4;
}