aboutsummaryrefslogtreecommitdiff
path: root/gtk-3.0/gtk.css
blob: ab95c680ac0634f7b663d8f95cb29c00944a40f3 (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
.xfce4-panel {
  font-family: "JetBrains Mono";
  font-size: 10px;
}

/* #XfceNotifyWindow label,
#XfceNotifyWindow image {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
} */

.xfce4-panel #pager-4 button {
  background-color: transparent;
  border-radius: 3px;
}

.xfce4-panel #pager-4 button:checked {
  background-image: none;
  background-color: #15539E;
  border-color: #15539E;
  border-radius: 3px;
}

.xfce4-panel #pager-4 button:hover {
  background-color: #15539E;
  border-radius: 3px;
}