-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtreestyletab-new.css
84 lines (69 loc) · 1.47 KB
/
treestyletab-new.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
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
84
:root {
--sidebar-collapsed-width: 48px;
--transition-duration: 0.2s;
--transition-ease: ease-out;
}
/* Show title of unread tabs with red and italic font */
:root.sidebar tab-item.unread .label-content {
font-weight: bold !important;
}
tab-item {
overflow: hidden;
}
tab-item > tab-item-substance {
padding: 6px 8px !important;
}
tab-item tab-favicon {
order: 10 !important;
margin-left: 16px;
margin-right: 16px;
transition: var(--transition-duration) var(--transition-ease);
}
tab-item tab-sound-button {
margin-left: 8px;
}
tab-item tab-counter {
}
tab-item tab-closebox {
transition: margin-right var(--transition-duration) var(--transition-ease);
padding: 0;
margin-right: -32px;
}
tab-item tab-closebox::before {
width: 16px;
height: 16px;
margin: 0;
}
tab-item:hover tab-closebox {
margin-right: 0px;
}
tab-item.active .background {
}
#tabbar {
padding: 0px 8px 8px 8px;
scrollbar-color: #ffffff20 transparent;
}
.after-tabs [role='button']:hover::before,
.newtab-button-box:hover > .newtab-action-selector-anchor::before,
tab-item .background {
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.after-tabs .newtab-button-box {
background: var(--theme-colors-sidebar);
}
#tabbar-container > .after-tabs .newtab-button-box {
margin: 0 8px 8px 8px;
}
.newtab-button-box > .newtab-action-selector-anchor {
max-width: 20px;
width: 20px;
margin: 4px;
padding: 0px;
border-width: 0 !important;
}
.newtab-action-selector-anchor::after {
margin: auto !important;
}