diff --git a/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditor.uxml b/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditor.uxml index 80e0c183e1..4645bd2c5d 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditor.uxml +++ b/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditor.uxml @@ -21,7 +21,7 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditorStyles.uss b/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditorStyles.uss index 3d9e87a5d6..a51d6e0463 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditorStyles.uss +++ b/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditorStyles.uss @@ -175,30 +175,34 @@ } .add-binging-button-dark-theme { - width: 14px; - height: 14px; + width: 16px; + height: 16px; background-image: resource('d_Toolbar Plus More.png'); + background-color: transparent; -unity-background-scale-mode: scale-to-fit; } .add-binging-button { - width: 14px; - height: 14px; + width: 16px; + height: 16px; background-image: resource('Toolbar Plus More.png'); + background-color: transparent; -unity-background-scale-mode: scale-to-fit; } .add-button-dark-theme { - width: 18px; - height: 18px; + width: 16px; + height: 16px; background-image: resource('d_Toolbar Plus.png'); + background-color: transparent; -unity-background-scale-mode: scale-to-fit; } .add-button { - width: 18px; - height: 18px; + width: 16px; + height: 16px; background-image: resource('Toolbar Plus.png'); + background-color: transparent; -unity-background-scale-mode: scale-to-fit; }