changeset 3074:85f7f8981a71

client: search: fixed rounded corners
author Markus Kottlaender <markus@intevation.de>
date Wed, 17 Apr 2019 12:04:12 +0200
parents 0cb180676722
children 3cf7189fa93e
files client/src/components/Search.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Search.vue	Wed Apr 17 11:48:03 2019 +0200
+++ b/client/src/components/Search.vue	Wed Apr 17 12:04:12 2019 +0200
@@ -200,7 +200,7 @@
     },
     searchbarContainerStyle() {
       return [
-        "input-group searchcontainer shadow-xs",
+        "input-group searchcontainer shadow-xs rounded",
         {
           "d-flex": this.contextBoxContent !== "imports",
           "d-none": this.contextBoxContent === "imports" && this.showContextBox,