added border radius
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 19 Feb 2016 18:44:10 +0000 (13:44 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 19 Feb 2016 18:44:10 +0000 (13:44 -0500)
css/app.css
scss/_topbar.scss

index 5e43e47..b20a7fe 100644 (file)
@@ -6758,6 +6758,7 @@ header {
     height: 25px; }
   #lar-search {
     background: url('../assets/search-icon.jpg') right 5px center no-repeat;
+    border-radius: 3px;
     height: 25px;
     padding: 1px; }
     #lar-search:hover {
index 66eceb2..5007c69 100644 (file)
     }
     #lar-search{
         background: url('../assets/search-icon.jpg') right 5px center no-repeat;
+        border-radius: 3px;
         height: 25px;
         padding: 1px;
         &:hover{