From f3c2aa1138eba1bd667e4f97ea56bc2b26d4efa4 Mon Sep 17 00:00:00 2001 From: Luke Glasscock <luke.glasscock@ascellatech.com> Date: Wed, 6 Jan 2021 19:24:38 -0700 Subject: [PATCH] Fix tabs --- src/components/ADCE/ADCETabSection.vue | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/ADCE/ADCETabSection.vue b/src/components/ADCE/ADCETabSection.vue index a1c2bee6..58d9c4b4 100644 --- a/src/components/ADCE/ADCETabSection.vue +++ b/src/components/ADCE/ADCETabSection.vue @@ -315,15 +315,12 @@ export default { background-color: #031726 !important; } .tab-section { - border-bottom: solid 5px #bdc931; - border-top: solid 1px #aaa; - border-left: solid 1px #aaa; - border-right: solid 1px #aaa; + border-bottom: solid 1px #aaa; + background-color: #1d334a; } .active-tab-item { - -moz-box-shadow: 0 0 10px #fff; - -webkit-box-shadow: 0 0 10px #fff; - box-shadow: 0px 0px 10px #fff; + background-color: #031726 !important; + color: #bdc931; } .row-item-success { padding-left: 10px; -- GitLab