Skip to content

Outlook Easy Delete by valsgalore

Screenshot of Outlook Easy Delete

Details

Authorvalsgalore

LicenseNo License

Categoryoutlook.live.com

Created

Updated

Size602 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Moves the hover delete icon between message subject and sender on the Outlook.live.com message list.

Notes

This is for the web interface of Outlook.live.com, for an average desktop sized screen. It places the delete button in a fixed position based on what I consider a sensible width of the sender column. It may overlap other text if you use a different width.

Source code

/* ==UserStyle==
@name           Outlook Easy Delete
@namespace      none
@version        1.0.0
@description    Moves the hover delete icon between message subject and sender on the Outlook.live.com message list.
@author         valsgalore
==/UserStyle== */


@-moz-document url-prefix("https://outlook.live.com/mail/") {
/* Message details container */
.oJTdD {
    order:1;
}
/* Delete button */
.QpoLy {
    order:0;
    position: absolute;
    z-index:100;
    left: 210px;
    padding-top:3px;
}
/* Message actions */
.UWVIR {
    position:absolute;
    right:-44px;
}
}

Reviews

No reviews yet.