From d026bea07d72d759b7f5fd873c9c4b40d08ae573 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Sat, 22 Feb 2020 12:51:13 +0100 Subject: [PATCH 1/6] changed ButtonStyle --- src/js/components/Base/ButtonDiv.vue | 2 +- src/js/components/Navigation/Navigation.vue | 2 +- .../components/SideBar/SideBarTabConfiguration.vue | 3 ++- .../components/SideBar/SideBarTabOptionsDate.vue | 3 ++- src/js/components/VoteTable/VoteHeaderPublic.vue | 14 ++++++++++++-- src/js/views/Vote.vue | 6 +++++- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/src/js/components/Base/ButtonDiv.vue b/src/js/components/Base/ButtonDiv.vue index c4c40ac04..fe9ab05c6 100644 --- a/src/js/components/Base/ButtonDiv.vue +++ b/src/js/components/Base/ButtonDiv.vue @@ -54,7 +54,7 @@ export default { From 11c98c4ba508c230717e0a2a5405720f9ff101a1 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Sat, 22 Feb 2020 16:35:23 +0100 Subject: [PATCH 4/6] added ButtonClass to AppNavigationNew --- src/js/components/Navigation/Navigation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/components/Navigation/Navigation.vue b/src/js/components/Navigation/Navigation.vue index a79e000df..6fba2853d 100644 --- a/src/js/components/Navigation/Navigation.vue +++ b/src/js/components/Navigation/Navigation.vue @@ -22,7 +22,7 @@