diff --git a/esoui/ingame/actionbar/actionbar.xml b/esoui/ingame/actionbar/actionbar.xml
index 1ed6287..cb78c6f 100755
--- a/esoui/ingame/actionbar/actionbar.xml
+++ b/esoui/ingame/actionbar/actionbar.xml
@@ -145,7 +145,7 @@
                     <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)FlipCard" offsetX="12" offsetY="12" />
                 </Texture>
 
-                <Cooldown name="$(parent)Cooldown" inherits="ZO_DefaultCooldown ZO_ActionButton_FlipCardControl" tier="HIGH" />
+                <Cooldown name="$(parent)Cooldown" inherits="ZO_DefaultCooldown ZO_ActionButton_FlipCardControl" tier="HIGH" alpha="0.7" />
                 <Texture name="$(parent)CooldownCompleteAnimation" inherits="ZO_ActionButton_FlipCardControl" textureFile="EsoUI/Art/ActionBar/coolDown_completeEFX.dds" blendMode="ADD" tier="HIGH" hidden="true" />
                 <Texture name="$(parent)CooldownEdge" textureFile="EsoUI/Art/ActionBar/Gamepad/gp_QuickslotFill.dds" level="2" hidden="true">
                     <Dimensions y="8" />
@@ -253,17 +253,8 @@
             </Controls>
         </Control>
 
-        <Control name="ZO_ActionBar1_Keyboard_Template" virtual="true">
-            <Dimensions x="483" y="70" />
-            <Anchor point="BOTTOM" />
-        </Control>
-
-        <Control name="ZO_ActionBar1_Gamepad_Template" virtual="true">
-            <Dimensions x="606" y="70" />
-            <Anchor point="BOTTOM" offsetY="-70" />
-        </Control>
-
         <TopLevelControl name="ZO_ActionBar1" hidden="true" allowBringToTop="false" layer="OVERLAY" level="1">
+            <Dimensions y="70"/>
             <OnInitialized>
                 ZO_ActionBar1_OnInitialized(self)
             </OnInitialized>