diff --git a/css/jquery.uls.css b/css/jquery.uls.css index 90a224c..3564d9f 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -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; diff --git a/examples/resources/demo.css b/examples/resources/demo.css index 4fe01f9..0c12f96 100644 --- a/examples/resources/demo.css +++ b/examples/resources/demo.css @@ -5,14 +5,11 @@ body { } div.navbar { - background-color: #333; - color: #fff; padding: 20px; } span.uls-trigger { float: right; cursor: pointer; - color: #fff; font-weight: bold; } diff --git a/images/clear.png b/images/clear.png deleted file mode 100644 index f900e7d..0000000 Binary files a/images/clear.png and /dev/null differ diff --git a/images/clear.svg b/images/clear.svg deleted file mode 100644 index 6ca59c2..0000000 --- a/images/clear.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/close.png b/images/close.png new file mode 100644 index 0000000..e320bfc Binary files /dev/null and b/images/close.png differ diff --git a/images/close.svg b/images/close.svg new file mode 100644 index 0000000..4ed25ba --- /dev/null +++ b/images/close.svg @@ -0,0 +1,8 @@ + + + + close + + + + diff --git a/images/language.png b/images/language.png index 332f20d..46cce71 100644 Binary files a/images/language.png and b/images/language.png differ diff --git a/images/language.svg b/images/language.svg index b706df2..9262f73 100644 --- a/images/language.svg +++ b/images/language.svg @@ -1,4 +1,7 @@ - - + + + language + + diff --git a/images/search.png b/images/search.png index 1a10d27..5c5d83d 100644 Binary files a/images/search.png and b/images/search.png differ diff --git a/images/search.svg b/images/search.svg index b7af7bb..67d48b2 100644 --- a/images/search.svg +++ b/images/search.svg @@ -1,4 +1,7 @@ - - - + + + + search + +