summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorUdo Walter2019-02-26 03:00:09 +0100
committerUdo Walter2019-02-26 03:00:09 +0100
commitdc196a3876575f07feb82caad96b61a4d699b471 (patch)
tree50df808f70f0798cccff4fe6dd8eaf782ab4953e /webapp
parent[webapp] fix tabsbar card missing class (diff)
downloadbas-dc196a3876575f07feb82caad96b61a4d699b471.tar.gz
bas-dc196a3876575f07feb82caad96b61a4d699b471.tar.xz
bas-dc196a3876575f07feb82caad96b61a4d699b471.zip
[webapp/groups] fix wrong tabbar color
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/components/GroupModule.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/src/components/GroupModule.vue b/webapp/src/components/GroupModule.vue
index 0c9d6ef..85e1d23 100644
--- a/webapp/src/components/GroupModule.vue
+++ b/webapp/src/components/GroupModule.vue
@@ -11,8 +11,8 @@
<v-container fill-height>
<v-layout>
<v-flex xl10 offset-xl1 lg12>
- <v-card class="tabbar-card non-selectable" style="display: flex; justify-content: space-between">
- <v-tabs :value="activeTab" @change="setActiveTab" :dark="tabsDark" :color="tabsColor" :slider-color="tabsSliderColor" style="overflow-x: hidden">
+ <v-card class="tabbar-card non-selectable" style="display: flex; justify-content: space-between" :color="tabsColor">
+ <v-tabs :value="activeTab" @change="setActiveTab" :dark="tabsDark" :color="tabsColor" :slider-color="tabsSliderColor" style="overflow-x: hidden;">
<template v-for="(item, index) in tabChain">
<v-icon v-if="item.id > 0 || item.id === 'create'" :key="'arrow' + index">keyboard_arrow_right</v-icon>
<v-tab ripple :key="'tab' + index">