From c6b3995cc3abd1adae1172984f6b48b65f9e0d4c Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Tue, 23 Mar 2021 11:12:41 +0100 Subject: [PATCH] - Added theme color into ButtonBase.vue --- resources/js/components/FilesView/ButtonBase.vue | 3 +-- resources/views/vuefilemanager/others/color-template.blade.php | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/components/FilesView/ButtonBase.vue b/resources/js/components/FilesView/ButtonBase.vue index be617701..f2189e9f 100644 --- a/resources/js/components/FilesView/ButtonBase.vue +++ b/resources/js/components/FilesView/ButtonBase.vue @@ -48,14 +48,13 @@ } &.theme-solid { - background: $theme; .content { color: white; } polyline, path { - stroke: white; + color: inherit; } } diff --git a/resources/views/vuefilemanager/others/color-template.blade.php b/resources/views/vuefilemanager/others/color-template.blade.php index e916a3db..a736c9f6 100644 --- a/resources/views/vuefilemanager/others/color-template.blade.php +++ b/resources/views/vuefilemanager/others/color-template.blade.php @@ -62,6 +62,7 @@ .input-area.is-active {border-color: #FF8200 !important} {{-- ButtonBase --}} + .button-base.theme-solid {background: #FF8200} .button-base.theme {background: #FF820010} .button-base.theme .content {color: #FF8200} .button-base.theme polyline,