Commit e7a7427b authored by Ujvari Gergely's avatar Ujvari Gergely

Maginifying glass only when inactive

parent d49960bf
......@@ -1152,15 +1152,20 @@ h3.stream {
overflow: hidden;
}
.visual_container {
margin-left: 3em;
.visual_search {
}
.visual_search {
.visual_container {
margin-left: 3em;
}
.magnify-glass {
width: 2.25em;
min-height: 28px;
}
.magnify-glass .VS-icon {
margin-left: 3.5em;
}
.VS-search .VS-icon {
......@@ -1189,6 +1194,12 @@ h3.stream {
background-image:url(../images/search_glyph.png?1311104738)
}
.magnify-glass .VS-icon-search:hover {
width:12px;
height:12px;
background-image:url(../images/search_glyph_dark.png)
}
.VS-search div, .VS-search span, .VS-search a,.VS-search img,
.VS-search ul,.VS-search li,.VS-search form,.VS-search label,.VS-interface ul,
.VS-interface li,.VS-interface {
......@@ -1504,8 +1515,6 @@ h3.stream {
width:auto
}
////////////datauri.css////////////////////
.VS-search .VS-search-box.VS-focus{
border-color:#acf;
-webkit-box-shadow:inset 0 0 3px #acf;
......
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