Trim21
V2EX  ›  Firefox

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

  •  
  •   Trim21 · Nov 25, 2018 · 2616 views
    This topic created in 2759 days ago, the information mentioned may be changed or developed.


    4 replies    2018-12-17 19:44:37 +08:00
    alixali
        1
    alixali  
       Nov 25, 2018
    你不说出来,还真没有注意到这个东西阿。。
    yingfengi
        2
    yingfengi  
       Nov 25, 2018 via Android   ❤️ 1
    靠,你为什么要说出来,现在我也知道这东西
    dalieba
        3
    dalieba  
       Nov 30, 2018 via Android
    Outlook 来信以后图标会多出来小红点
    znood
        4
    znood  
       Dec 17, 2018
    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 */
    }
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5586 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 36ms · UTC 07:33 · PVG 15:33 · LAX 00:33 · JFK 03:33
    ♥ Do have faith in what you're doing.