mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-08 10:56:36 +00:00
Allow quick actions to be shown in url bar
This commit is contained in:
@@ -45,6 +45,7 @@ pref('cookiebanners.service.mode.privateBrowsing', 1);
|
|||||||
pref('browser.urlbar.unitConversion.enabled', true);
|
pref('browser.urlbar.unitConversion.enabled', true);
|
||||||
pref('browser.urlbar.trending.featureGate', false);
|
pref('browser.urlbar.trending.featureGate', false);
|
||||||
pref('browser.urlbar.weather.featureGate', true);
|
pref('browser.urlbar.weather.featureGate', true);
|
||||||
|
pref('browser.urlbar.quickactions.enabled', true);
|
||||||
|
|
||||||
// new tab page
|
// new tab page
|
||||||
pref('browser.newtabpage.activity-stream.feeds.topsites', false);
|
pref('browser.newtabpage.activity-stream.feeds.topsites', false);
|
||||||
|
@@ -237,12 +237,12 @@ panel {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbarbutton:not(
|
toolbarbutton:not(:is(
|
||||||
#appMenu-fxa-label2,
|
#appMenu-fxa-label2,
|
||||||
.subviewbutton-iconic,
|
.subviewbutton-iconic,
|
||||||
.zen-sidebar-action-button,
|
.zen-sidebar-action-button,
|
||||||
.all-tabs-close-button
|
.all-tabs-close-button
|
||||||
),
|
)),
|
||||||
#PanelUI-zen-profiles menuitem {
|
#PanelUI-zen-profiles menuitem {
|
||||||
/** ADD HERE ALL TYPES OF BUTTONS THAT WANT TO LOOK CHROME LIKE!!! */
|
/** ADD HERE ALL TYPES OF BUTTONS THAT WANT TO LOOK CHROME LIKE!!! */
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
Reference in New Issue
Block a user