blob: 2dd2f81eb43186365c4a613aa2ff1a2345a1f6e6 (
plain)
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
|
/* uncomment the following to use a monospace font with xfce4-panel */
/* --- */
/* .xfce4-panel {
font-family: "JetBrains Mono", monospace;
font-size: 10px;
} */
/* uncomment the following to use a monospace font with xfce4-notifyd */
/* --- */
/* #XfceNotifyWindow label,
#XfceNotifyWindow image {
font-family: "JetBrains Mono", monospace;
font-size: 10px;
} */
/* uncomment the following for high-contrast workspace panel pager */
/* change "#pager-" to the correct internal name in your panel config */
/* --- */
/* .xfce4-panel #pager- button {
background-color: transparent;
border-radius: 3px;
}
.xfce4-panel #pager- button:checked {
background-image: none;
background-color: #15539E;
border-color: #15539E;
border-radius: 3px;
}
.xfce4-panel #pager- button:hover {
background-color: #15539E;
border-radius: 3px;
} */
|