From c5dfef20544e33e10158bcb808dd23ad3e1041af Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 19 Feb 2016 13:44:10 -0500 Subject: [PATCH] added border radius --- css/app.css | 1 + scss/_topbar.scss | 1 + 2 files changed, 2 insertions(+) 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{ -- 2.17.1