-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtwoline.css
More file actions
32 lines (26 loc) · 807 Bytes
/
twoline.css
File metadata and controls
32 lines (26 loc) · 807 Bytes
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
32
#navigator-toolbox, #tabbrowser-tabs, #PersonalToolbar {
border: none !important;
background-color: transparent !important;
}
#nav-bar {
background: transparent !important;
}
#TabsToolbar {
padding-top: 5px !important;
padding-bottom: 3.5px !important;
padding-left: 10px !important;
transition: margin-bottom 150ms ease !important;
}
.tab-background[selected], .tab-background[multiselected] {
background-color: var(--toolbar-field-background-color) !important;
}
.tabbrowser-tab:hover .tab-background:not([selected]):not([multiselected]) {
background-color: var(--urlbarView-highlight-background) !important;
opacity: 0.5;
}
#firefox-view-button {
margin-left: 8px !important;
}
.titlebar-spacer[type="post-tabs"], .titlebar-buttonbox-container {
display: none !important;
}