/usr/share/themes/Greybird-bright/xfce-notify-4.0/gtk.css is in greybird-gtk-theme 3.22.8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | #XfceNotifyWindow {
background-color: #f2f1f1;
color: #686868;
border: 1px solid shade(#f2f1f1, 0.6);
}
#XfceNotifyWindow button {
background-image: none;
background-color: #f2f1f1;
color: shade(#f2f1f1, 0.4);
border-color: shade(#f2f1f1, 0.6);
border-radius: 3px;
}
#XfceNotifyWindow button:hover {
background-color: shade(#f2f1f1, 0.9);
}
#XfceNotifyWindow button:active {
background-color: shade(#f2f1f1, 0.8);
}
#XfceNotifyWindow label#summary {
font-weight: bold;
}
#XfceNotifyWindow progressbar {
min-height: 6px;
border-radius: 3px;
}
#XfceNotifyWindow progressbar progress {
background-image: none;
background-color: #686868;
border: none;
box-shadow: none;
}
#XfceNotifyWindow progressbar trough {
background-image: linear-gradient(to bottom,
shade(#f2f1f1, 0.65),
shade(#f2f1f1, 1.25)
);
border: 1px solid shade(#f2f1f1, 0.2);
border-radius: 3px;
padding: 1px 0;
}
|