forked from zluca/Sidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar-tabs.css
49 lines (45 loc) · 961 Bytes
/
sidebar-tabs.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
#tabs-new>.button>span {
-webkit-mask-image: url(icons/new.svg);
mask-image: url(icons/new.svg);
}
.domain .folder.domain-view {
margin-bottom: .5rem;
}
.folder-name.active {
font-weight: bold;
font-size: 1rem;
line-height: 1rem;
background-size: 1rem 1rem;
background-color: var(--background-color-active);
}
.item.active {
font-weight: bold;
font-size: 1rem;
line-height: 1rem;
padding-top: .2rem;
padding-bottom: .2rem;
background-color: var(--background-color-active);
background-size: 1rem 1rem;
background-position-y: .2rem;
}
.item.active:hover {
background-color: var(--border-color-active);
}
.item.active>.controls {
margin-top: .15rem;
}
.item.pinned {
background-color: var(--background-color-active);
}
.plain .item #tabs-pin {
display: inline-block;
}
.item.pinned #tabs-pin {
display: none;
}
.plain .item.pinned #tabs-unpin,
.item #tabs-close,
.item #tabs-reload,
.folder-name #tabs-closeAll {
display: inline-block;
}