-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathuserChrome.css
31 lines (25 loc) · 865 Bytes
/
userChrome.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* hide regular tabs */
#TabsToolbar {
visibility: collapse !important;
}
/* hide TreeStyleTabs sidebar heading */
#sidebar-box #sidebar-header {
display: none !important;
}
/* Possible MacOS workaround: */
/* @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); */
/* .treestyletab-tabbar-toolbar { */
/* opacity: 1.0 !important; */
/* } */
/* .tabbrowser-tabs[treestyletab-mode="vertical"] { */
/* opacity: 1.0 !important; */
/* } */
/* .tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-tab { */
/* opacity: 1.0 !important; */
/* text-shadow: 0px 0px 0px white !important; */
/* margin-top: -2px !important; */
/* margin-bottom: -2px !important; */
/* } */
/* #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { */
/* display: none; */
/* } */