blob: 2d35977120ff7afada54bdabf6d639ed7cfe150e (
plain)
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
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
* {
font-size:12px;
}
#sidebar {
min-width:20em !important;
max-width:20em !important;
border-right:1px solid rgba(30,30,30) !important;
}
#sidebar-header:nth-last-child(2) > *:last-child {
visibility: collapse;
}
#sidebar-splitter {
visibility: collapse;
}
#toolbar-menubar[inactive="true"] + #TabsToolbar {
visibility: collapse !important;
}
#sidebar-box[sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"] #sidebar-header { visibility: collapse !important; }
|