-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathwapanel.css
68 lines (50 loc) · 1000 Bytes
/
wapanel.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
/* Make calendar look better */
.clock-popover calendar {
border: none;
}
/* Make app-finder icons more fit */
.app-finder-popover box box:first-child button {
padding: 6px;
}
/* Tweak notebook */
.app-finder-category-notebook {
border: 0;
}
.app-finder-category-notebook tab {
margin-top: 0px;
margin-bottom: 0px;
}
.app-finder-category-notebook tabs {
padding-top: 0;
background-color: @theme_bg_color;
}
.app-finder-category-app-list row label:first-child {
font-weight: bold;
}
/* Remove padding from task-switcher */
.task-switcher flowbox {
padding: 0px;
margin: 0px;
}
.task-switcher {
padding: 0px;
}
.task-switcher flowbox flowboxchild button {
border-radius: 0px;
}
/* Final general tweaks */
button:checked {
border-bottom: 1px solid @theme_selected_bg_color;
}
.volume-control, .clock, .activator button, .app-finder {
border-radius: 0px;
}
.app-finder {
margin-right: 4px;
}
popover {
border-radius: 0;
}
button.toggle:hover {
-gtk-icon-effect: none;
}