Hotmail Quick Action Icons Have Moved

Anonymous
2022-05-04T02:08:29+00:00

The Quick Action Icons (Delete, Move, Mark Unread) have moved - they were originally next to the SENDER Name, now they are on the far right (after the received time column) - how can I move them back to the original position ?

See image - they are at the GREEN arrow, I want them back at the RED arrow.

Outlook | Web | Outlook.com | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

81 answers

Sort by: Oldest
  1. Anonymous
    2022-05-21T08:46:20+00:00

    If you really, really hate this change and are willing to invest a few minutes time, you could make your own little (local) extension to solve this problem. Works in Chrome and Firefox.

    I'm not a professional, so it's not perfect, but you will be able to move the Quick Action Icons back to the original position.

    Here you can find how to create an extension: https://www.lateral.io/resources-blog/create-chrome-extension-modify-websites-html-css


    I'm using just these two files:

    • manifest.json
    • style.css

    both put in one folder.


    Code for 'manifest.json':

    {

    "manifest_version": 2,

    "name": "Outlook.com / Customized CSS",

    "version": "1.0",

    "description": "Changes the looks of Outlook.com by using customized CSS",

    "content_scripts": [{

    "css": ["styles.css"],

    "matches": ["https://outlook.live.com/*"] }]

    }


    Code for 'style.css':

    /* --- Quick Action Icons */

    /* --- All Icons Except Recycle Bin */
    .zTXEN .pz2Jt .onyPx .sajcR .mS5UB.s93_X.tTNd3 {
    position: relative;
    left: -630px; /* <==== Change this value -> it depends on the width of your screen */
    background: #FAF9F8;
    padding: 3px 0 3px 0 !important;
    }

    /* --- Recycle Bin - Position */
    .bx9dt {
    position: relative;
    left: -788px; /* <==== Change this value -> it depends on the width of your screen */
    }

    /* --- Recycle Bin - Correction Vertical Alignment */
    .bx9dt .d36TZ {
    margin-top: -2px !important;
    }

    /* --- Recycle Bin - Background Color */
    .HDzFE {
    background: #FAF9F8 !important;
    }


    Of course, this solution only works well if you always keep one fixed width for your screen (for example: full screen). You shouldn't keep changing the width of the individual columns in your inbox afterwards either.

    --> This is because of the (hard) correction in pixels to move the icons to the left. I'm aware: this is not a very sophisticated solution, but it was the only way I managed to reposition the icons.


    If you get started with this: good luck and have fun with it! :-)

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-05-23T23:42:20+00:00

    This was such a terrible idea to implement. The buttons are so out of place now, and it takes longer to get through my inbox. Revert this, or give us the option to toggle it back to the left side.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2022-05-24T18:20:43+00:00

    My computer wizard says this is neveer going to change because then they would have a reputation of being swayed. That's something in which the company is just like Putin - never going to admit a mistake! Egomania rampant.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-05-24T19:14:58+00:00

    That doesn't make sense. The whole point of a customer facing company is that it listens to its customers

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2022-05-24T23:22:16+00:00

    No, it doesn't make sense to us. For them, it's what works.

    Was this answer helpful?

    0 comments No comments