]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Adding darker clear search button
authorDave Gandy <dave@davegandy.com>
Tue, 1 Sep 2015 16:08:49 +0000 (12:08 -0400)
committerDave Gandy <dave@davegandy.com>
Tue, 1 Sep 2015 16:08:49 +0000 (12:08 -0400)
src/assets/less/site/search.less
src/icons.html

index ca0064615915d26fa70226648088a49bbb1f21b6..ccac069ae1b1384491fa168650f249bcfd6a31ae 100644 (file)
     text-decoration: none;
     position: absolute;
     right: 18px;
-    top: 53px;
+    top: 54px;
+    color: @text-muted;
+    &:hover {
+      color: mix(#000, @text-muted, 20%);
+    }
   }
 }
 
index e6f61a17c70b37393ceee8153797ce9be0516956..326660af26e3fb302e35fb42d7cd9b8b9072f999 100644 (file)
@@ -26,7 +26,7 @@ relative_path: ../
       <section id="search">
         <label for="search-input"><i class="fa fa-search"></i></label>
         <input id="search-input" class="form-control input-lg" placeholder="Search icons" autocomplete="off" spellcheck="false" autocorrect="off" tabindex="1">
-        <a id="search-clear" href="#" class="fa fa-times hide"></a>
+        <a id="search-clear" href="#" class="fa fa-times-circle hide"></a>
       </section>
     </div>
     <div class="col-md-2 col-sm-3 hidden-xs">