diff --git a/esoui/ingame/zo_quest/focusedquesttracker.xml b/esoui/ingame/zo_quest/focusedquesttracker.xml
index 9930898..25fb3c0 100755
--- a/esoui/ingame/zo_quest/focusedquesttracker.xml
+++ b/esoui/ingame/zo_quest/focusedquesttracker.xml
@@ -11,23 +11,9 @@
                 </AlphaAnimation>
             </Animations>
         </AnimationTimeline>
-      
-        <AnimationTimeline name="FocusedQuestTrackerBackgroundFadeGamepad">
-            <Animations>
-                <AlphaAnimation duration="GAMEPAD_FQT_ANIMATION_FADE_IN_MS" startAlpha="0" endAlpha="GAMEPAD_FQT_BACKGROUND_MAX_ALPHA" />
-                    
-                <AlphaAnimation duration="GAMEPAD_FQT_ANIMATION_FADE_OUT_MS" startAlpha="GAMEPAD_FQT_BACKGROUND_MAX_ALPHA" endAlpha="0">
-                    <EasingFunction>
-                        return ZO_EaseOutQuadratic(progress)
-                    </EasingFunction>
-                </AlphaAnimation>
-            </Animations>
-        </AnimationTimeline>
     </Animations>
 
     <Controls>
-        <Texture name="ZO_FocusedQuestTracker_BackgroundTexture" textureFile="EsoUI/Art/Windows/Gamepad/gp_grunge_scalable.dds" virtual="true" />
-      
         <TopLevelControl name="ZO_FocusedQuestTrackerPanel">
             <Dimensions x="275"/>
             <Anchor point="TOPRIGHT" offsetY="100" />
@@ -59,10 +45,6 @@
                                 </Control>
                             </Controls>
                         </Control>
-              
-                        <Control name="$(parent)Background" inherits="ZO_ScalableBackgroundFadedEdge" tier="LOW">
-                            <Anchor point="TOPRIGHT" relativeTo="$(parent)QuestContainer" offsetX="28" offsetY="-20" />
-                        </Control>
                     </Controls>
                 </Control>
             </Controls>