Commit bf7c7d63 authored by Ujvari Gergely's avatar Ujvari Gergely

Change cursor to hand when onhover the magnifying glass.

parent 9e3cbef8
...@@ -1197,7 +1197,8 @@ h3.stream { ...@@ -1197,7 +1197,8 @@ h3.stream {
.magnify-glass .VS-icon-search:hover { .magnify-glass .VS-icon-search:hover {
width:12px; width:12px;
height:12px; height:12px;
background-image:url(../images/embed/icons/search_glyph_dark.png) background-image:url(../images/embed/icons/search_glyph_dark.png);
cursor: pointer;
} }
.fadeIn-setup,.fadeOut-setup { .fadeIn-setup,.fadeOut-setup {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment