summaryrefslogtreecommitdiff
path: root/mozilla/.mozilla/firefox/pks.default/chrome/userChrome.css
blob: a157eeeaebc4115ce2a6bcbedf135d2b34985830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* list all tabs button */
.tabs-alltabs-box-animate, .tabs-alltabs-button { display:none !important }
.tab-close-button{ display:none !important }
#stop-button { display: none !important }
#back-button { display: none !important }
#forward-button { display: none !important }
#reader-mode-button,
#readinglist-addremove-button {
 display:none !important;
}

menuitem[label="Reload Tab"],
menuitem[label="Reload All Tabs"],
menuitem[label="Mute Tab"],
menuitem[label="Close Other Tabs"],
menuitem[label="Close Tabs to the Right"],
menuitem[label="Move to New Window"]
{
  display: none !important
}