Implement basic Gtk3 support for xfce4-notifyd

pull/512/head
Samuel Čavoj 2016-08-15 23:42:04 +02:00
parent c65721b5ee
commit f80539b386
No known key found for this signature in database
GPG Key ID: 88F9BE2EB8302B7D
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
#XfceNotifyWindow {
background-color: #111111;
border-color: #444444;
border-radius: 2px;
border-width: 1px;
}
#XfceNotifyWindow:hover {
border-color: #333333;
}
#XfceNotifyWindow label {
color: #f9f9f9;
-GtkWidget-link-color: #f0544c;
}
#XfceNotifyWindow label#summary {
font-weight: bold;
}
#XfceNotifyWindow button {
background-color: #444444;
color: #eeeeee;
}
#XfceNotifyWindow button:hover {
background-color: #555555;
}
#XfceNotifyWindow button:active {
background-color: #444444;
}
/* TODO: Implement progressbar style */