forked from pop-os/shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dark.css
57 lines (46 loc) · 925 Bytes
/
dark.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
.pop-shell-active-hint {
border-style: solid;
border-color: #FBB86C;
border-radius: 5px;
box-shadow: inset 0 0 0 1px rgba(24, 23, 23, 0)
}
.pop-shell-overlay {
background-color: rgba(53, 132, 228, 0.3);
}
.pop-shell-border-normal {
border-width: 3px;
}
.pop-shell-border-maximize {
border-width: 3px;
}
.pop-shell-search-element:select{
background: rgba(246, 246, 246, .2);
border-radius: 5px;
color: #EDEDED;
}
.pop-shell-search-icon {
margin-right: 10px;
}
.pop-shell-search-cat {
margin-right: 10px;
}
.pop-shell-search-element {
padding-left: 10px;
padding-right: 2px;
padding-top: 6px;
padding-bottom: 6px;
}
.pop-shell-tab {
border: 1px solid #333;
color: #000;
padding: 0 1em;
}
.pop-shell-tab-active {
background: #FBB86C;
}
.pop-shell-tab-inactive {
background: #9B8E8A;
}
.pop-shell-tab-urgent {
background: #D00;
}