diff client/src/components/map/fairway/Surveys.vue @ 1274:dc3fb8ad8f86

further improved box header style
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 07:23:14 +0100
parents bc55ffaeb639
children 2738a6ae9ad8
line wrap: on
line diff
--- a/client/src/components/map/fairway/Surveys.vue	Thu Nov 22 07:08:38 2018 +0100
+++ b/client/src/components/map/fairway/Surveys.vue	Thu Nov 22 07:23:14 2018 +0100
@@ -1,9 +1,9 @@
 <template>
     <div class="box expanded ui-element rounded bg-white ml-auto mr-3 mb-3 text-nowrap" v-if="selectedBottleneck && surveys && !selectedSurvey">
         <div style="width: 15rem">
-            <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center bg-info text-white">
+            <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center">
               {{ selectedBottleneck }}
-              <i class="fa fa-times ml-auto" @click="$store.dispatch('fairwayprofile/clearSelection');"></i>
+              <i class="fa fa-times ml-auto text-muted" @click="$store.dispatch('fairwayprofile/clearSelection');"></i>
             </h6>
             <div class="p-3">
                 <div