V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Trim21
V2EX  ›  Firefox

允许通知后这个小黑点真是要逼死强迫症了

  •  
  •   Trim21 · 2018-11-25 14:12:29 +08:00 · 1973 次点击
    这是一个创建于 1972 天前的主题,其中的信息可能已经有所发展或是发生改变。


    4 条回复    2018-12-17 19:44:37 +08:00
    alixali
        1
    alixali  
       2018-11-25 20:02:41 +08:00
    你不说出来,还真没有注意到这个东西阿。。
    yingfengi
        2
    yingfengi  
       2018-11-25 21:28:37 +08:00 via Android   ❤️ 1
    靠,你为什么要说出来,现在我也知道这东西
    dalieba
        3
    dalieba  
       2018-11-30 10:33:25 +08:00 via Android
    Outlook 来信以后图标会多出来小红点
    znood
        4
    znood  
       2018-12-17 19:44:37 +08:00
    userChrome.css 自动隐藏那个图标
    /* Hide info icon for sites that don't have permissions */
    #urlbar :not(.grantedPermissions) #identity-icon {
    transition: 300ms !important; /* Animate icon hiding */
    opacity: 0 !important; /* Make icons transparent */
    -moz-margin-end: -1.1em !important; /* Hide icons by offsetting them */
    }

    /* Show info icon on navbar hover, except for new tab page search icon */
    #urlbar[pageproxystate="valid"]:hover #identity-icon {
    transition: 300ms !important; /* Animate icon showing */
    opacity: 1 !important; /* Make icons opaque */
    -moz-margin-end: initial !important; /* Use initial margins to show icons */
    }
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3204 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 10:49 · PVG 18:49 · LAX 03:49 · JFK 06:49
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.