Gmail pop checker move to left over gmail logo.
Gmail pop checker move to left over gmail logo by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorygmail.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gmail pop checker move to left over gmail logo
@version 20240722.99.4
@namespace english
@description Gmail pop checker move to left over gmail logo.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("mail.google.com") {
/* ==UserStyle==
@name Gmail pop checker move to left over gmail logo
@description Gmail pop checker move to left over gmail logo.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
.gb_td.gb_6a.gb_hd.gb_vd div:nth-of-type(5) ,
.gb_td.gb_6a.gb_hd.gb_vd div:nth-of-type(6) ,
.gb_td.gb_6a.gb_hd.gb_vd div:nth-of-type(7) ,
.gb_ud.gb_7a.gb_id.gb_wd div:nth-of-type(5) ,
.gb_ud.gb_7a.gb_id.gb_wd div:nth-of-type(6),
header#gb div.gb_ud div:nth-of-type(5) ,
header#gb div.gb_ud div:nth-of-type(6)
{ position: absolute;filter: invert(1)hue-rotate(180deg)brightness(1.2)contrast(0.8);
left: 9em; }
}