-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtabs.css
More file actions
85 lines (67 loc) · 2.22 KB
/
Copy pathtabs.css
File metadata and controls
85 lines (67 loc) · 2.22 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
:root {
--toolbar-field-border-color: var(--chrome-content-separator-color) !important;
}
.titlebar-spacer {
width: 2px !important;
}
#tabbrowser-tabs {
border-inline-start: none !important;
padding-inline-start: 0 !important;
margin-inline-start: 0 !important;
}
.tabbrowser-tab[selected="true"] {
.tab-background {
background-color: var(--toolbar-background-color) !important;
border: solid 1px color-mix(in srgb, var(--toolbox-background-color), light-dark(black, white) 30%) !important;
}
.tab-content {
color: var(--toolbar-color) !important;
}
}
.tab-background {
height: 100% !important;
box-shadow: none !important;
}
.tab-close-button {
width: 16px !important;
height: 16px !important;
border-radius: 50% !important;
padding: 2px !important;
margin: 0px !important;
}
.tab-close-button.close-icon:hover {
background-color: #ff9eac !important;
}
.close-icon {
&:hover {
outline-color: transparent !important;
}
}
.tabbrowser-tab[selected="true"] .tab-close-button.close-icon:hover {
color: var(--toolbar-background-color) !important;
}
.tabbrowser-tab:not([selected="true"]) .tab-close-button.close-icon:hover {
color: color-mix(in srgb, var(--tab-background-color-hover), var(--toolbar-background-color)) !important;
}
[open] > .urlbar-background {
border-radius: 5px !important;
}
#TabsToolbar {
box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--toolbox-background-color), light-dark(black, white) 30%) !important;
}
#nav-bar {
border-left: solid 1px color-mix(in srgb, var(--toolbox-background-color), light-dark(black, white) 30%) !important;
border-right: solid 1px color-mix(in srgb, var(--toolbox-background-color), light-dark(black, white) 30%) !important;
}
#browser {
border: 1px solid color-mix(in srgb, var(--toolbox-background-color), light-dark(black, white) 30%) !important;
border-top: none !important;
}
:root:not([privatebrowsingmode]) :is(toolbarbutton, toolbarpaletteitem), :root[privatebrowsingmode] :is(toolbarbutton:not(#firefox-view-button), toolbarpaletteitem:not(#wrapper-firefox-view-button)) {
& ~ #tabbrowser-tabs[orient="horizontal"]::before {
display: none !important;
}
}
.titlebar-buttonbox-container {
margin-left: 4px !important;
}