forked from paperwm/PaperWM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
74 lines (62 loc) · 1.38 KB
/
stylesheet.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
/*
NOTE: please update `./config/users.css` with any new styles added here.
*/
.background-clear {
background-color: rgba(0, 0, 0, 0);
}
.topbar-transparent-background {
background-color: rgba(0, 0, 0, 0.35);
box-shadow: none;
}
.space-workspace-indicator {
padding: 0 10px 0 0;
background-color: transparent;
border-image: none;
background-image: none;
border: none;
}
.space-focus-mode-icon {
icon-size: 16px;
padding: 0 18px 0 18px;
margin-left: 3px;
background-color: transparent;
}
.open-position-icon {
icon-size: 22px;
padding: 0;
background-color: transparent;
}
.focus-button-tooltip {
background-color: rgba(0, 0, 0, 0.8);
padding: 8px;
border-radius: 8px;
font-weight: 600;
}
.take-window-hint {
background-color: rgba(0, 0, 0, 0.8);
padding: 8px;
border-radius: 8px;
}
.workspace-icon-button {
-st-icon-style: symbolic;
border: none;
border-radius: 8px;
padding: 8px;
}
.workspace-icon-button StIcon {
icon-size: 16px;
}
.paperwm-minimap-selection {
border-radius: 8px;
}
.paperwm-clone-shade {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 7px 7px 0px 0px;
}
.paperwm-window-position-bar-backdrop {
background-color: rgba(0, 0, 0, 0.35);
}
.paperwm-window-position-bar {
border: 0; /* disable border to calm it down a bit */
border-radius: 1px;
}