>Форум Mozilla Россия http://forum.mozilla-russia.org/index.php >Firefox http://forum.mozilla-russia.org/viewforum.php?id=4 >Как мне поместить значок adblock plus в адресную строку ? http://forum.mozilla-russia.org/viewtopic.php?id=49140 |
Rec. > 03-04-2011 16:14:20 |
Как мне поместить значок adblock plus в адресную строку ? |
RusDS > 03-04-2011 20:25:38 |
|
Tiger.711 > 03-04-2011 20:31:58 |
Видимо, товарищ хочет как в хроме... А как в хроме? ![]() |
VeRtex > 03-04-2011 20:34:25 |
Вам же дали ответ в прошлой вашей теме. |
Rec. > 03-04-2011 20:48:18 |
VeRtex пишет
Не выходит |
VeRtex > 03-04-2011 20:51:19 |
Rec. пишет
Покажите код, который вы сделали на основе этого? 03-04-2011 21:12:24 Выделить код Код:@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Remove button shape and place in the location bar */ #urlbar-container + #abp-toolbarbutton, #urlbar-container + #feed-button + #abp-toolbarbutton, #urlbar-container + #reload-button + #stop-button + #abp-toolbarbutton, #urlbar-container + #reload-button + #stop-button + #feed-button + #abp-toolbarbutton { -moz-appearance: none !important; border: 0 !important; background: white !important; box-shadow: white -10px 0 7px -2px !important; padding: 0 0 0 0px !important; margin: 4px 42px 4px -60px !important; position: fixed !important; z-index: 1 !important; } #urlbar-container + #feed-button:not([disabled="true"]) + #abp-toolbarbutton { margin: 4px 60px 4px -78px !important; } #urlbar-container + #reload-button + #stop-button + #abp-toolbarbutton, #urlbar-container + #reload-button + #stop-button + #feed-button[disabled="true"] + #abp-toolbarbutton { margin: 4px 64px 4px -82px !important; } #urlbar-container + #reload-button + #stop-button + #feed-button:not([disabled="true"]) + #abp-toolbarbutton{ margin: 4px 82px 4px -100px !important; } /* Hide when showing link preview */ #urlbar { position: relative !important; z-index: 0 !important; } #urlbar[overlinkstate]:not([overlinkstate="fade-out"]) { z-index: 2 !important; } |
VeRtex > 03-04-2011 21:33:02 |
Я сегодня добрый. Вот вам код попроще Выделить код Код:#urlbar-container + #abp-toolbarbutton, #urlbar-container + #reload-button + #stop-button + #abp-toolbarbutton { border: 0 !important; background: none !important; box-shadow: none !important; margin: 0px 58px 0px -85px !important; } #urlbar-container + #abp-toolbarbutton, #urlbar-container + #reload-button + #stop-button + #abp-toolbarbutton > dropmarker { display: none !important; } На новом профиле это выглядит так: 03-04-2011 21:54:56 |
Rec. > 03-04-2011 22:31:53 |
VeRtex |