Új hozzászólás Aktív témák

  • BullZeye

    veterán

    Addons Manager-hez találtam ezt a CSSt, és módosítottam ici-picit (mutassa mindig a gombokat, és ne legyen sárga háttércsík, fix magasság, hogy ne ugráljanak a gombok). Nightly-hoz kifejezetten jó, mert szinte minden kiegészítőnél kiírja, hogy nem kompatibilis, és már hócipőm tele volt ezzel, meg a sárga csíkozással.

    @-moz-document url("chrome://mozapps/content/extensions/extensions.xul"), url("about:addons") {

    /* remove compatibility Button from User Styles if you are using stilysh and compatibility reporter addons */
    #addon-list richlistitem[type="userstyle"] button[anonid="compatibilityButton"]{display:none!important}

    /* remove message about incompatible addon */
    #list-view > #addon-list .warning { display: none !important; }

    /* show installed date of each addon (remove comment to enable)*/
    #list-view > #addon-list .date-updated { display: -moz-box !important; }


    /* hide the message 'add-on compatibility checking is disabled....' */
    .global-warning-checkcompatibility, .global-warning-container image {display: none !important;}


    /* addons counts & IDs from K.WeEabo0o - thanks! */
    .addon
    { counter-increment: addoncount !important;
    content: counter(addoncount) !important;
    height: 85px!important; /*ID kijelzéshez nem árt height, így a gombok nem csúszkálnak*/ }

    .addon:first-child
    { counter-reset: addoncount !important; }

    .addon[active="false"]
    { counter-increment: disabled !important; background:transparent !important; }

    richlistbox:last-child:after
    { content: "("counter(addoncount)" enabled, "counter(disabled)" disabled)" !important;
    position: fixed !important;
    top: 70px !important;
    left: 50% !important;
    color: #916D15;
    font-weight: bold;
    text-shadow: #FFFFFF 1px 1px 1px;
    cursor: default;
    }

    /* show id of each addon */
    .addon[selected="true"]::after {
    content: " ID: " attr(value) !important;
    position: absolute !important;
    margin-left: 68px !important;
    color: #0066CC !important;
    cursor: default;
    }

    /* ez eltünteti a csíkozást*/
    .addon-view[notification="warning"] { background-image: None !important; }
    }

    Ami zavaró, és nem tudtam kikapcsolni/megszűntetni, hogy ha mutatja ID-t akkor mikor kattintgatunk az addonokra, akkor villoog azaz újra betöltődik a kép... ez .

    [ Szerkesztve ]

Új hozzászólás Aktív témák