From: Anthony Talarico Date: Fri, 19 Feb 2016 18:44:10 +0000 (-0500) Subject: added border radius X-Git-Tag: v1.0.0^2~157 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c5dfef20544e33e10158bcb808dd23ad3e1041af;p=WP-Themes%2FDiscoverKZOO.git added border radius --- diff --git a/css/app.css b/css/app.css index 5e43e47..b20a7fe 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 66eceb2..5007c69 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -599,6 +599,7 @@ } #lar-search{ background: url('../assets/search-icon.jpg') right 5px center no-repeat; + border-radius: 3px; height: 25px; padding: 1px; &:hover{