Skip to content

Commit 245c355

Browse files
sammkokhurshid-alam
authored andcommitted
Implement basic Gtk3 support for xfce4-notifyd. Fixes #511
1 parent 57cb0b4 commit 245c355

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

xfce-notify-4.0/gtk.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
#XfceNotifyWindow {
2+
background-color: #111111;
3+
border-color: #444444;
4+
border-radius: 2px;
5+
border-width: 1px;
6+
}
7+
8+
#XfceNotifyWindow:hover {
9+
border-color: #333333;
10+
}
11+
12+
#XfceNotifyWindow label {
13+
color: #f9f9f9;
14+
-GtkWidget-link-color: #f0544c;
15+
}
16+
17+
#XfceNotifyWindow label#summary {
18+
font-weight: bold;
19+
}
20+
21+
#XfceNotifyWindow button {
22+
background-color: #444444;
23+
color: #eeeeee;
24+
}
25+
26+
#XfceNotifyWindow button:hover {
27+
background-color: #555555;
28+
}
29+
30+
#XfceNotifyWindow button:active {
31+
background-color: #444444;
32+
}
33+
34+
/* TODO: Implement progressbar style */

0 commit comments

Comments
 (0)