Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
reduce the size of the icon-close-white to match icon-close
  • Loading branch information
nxholm committed May 17, 2018
1 parent 822fa62 commit c10373b
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 181 deletions.
2 changes: 1 addition & 1 deletion bundles/mapping/mapmodule/plugin/search/SearchPlugin.js
Expand Up @@ -656,7 +656,7 @@ Oskari.clazz.define(
if (/dark/.test(styleName)) {
closeResults.addClass('icon-close-white');
closeResults.css({
'margin-top': '8px'
'margin-top': '10px'
});
inputField.css({
'color': '#ddd'
Expand Down

0 comments on commit c10373b

Please sign in to comment.