bunsen-themes/themes/BL-Fever_Room/xfce-notify-4.0/gtk.css

58 lines
1.3 KiB
CSS

#XfceNotifyWindow {
background-color: #1B1108;
border-radius: 1px;
border: 1px solid #7d431e;
padding: 20px;
}
#XfceNotifyWindow:hover {
background-color: shade(#1B1108, 0.8);
border: 1px solid #ffffff;
}
#XfceNotifyWindow label,
#XfceNotifyWindow image {
color: #d3dae3;
}
#XfceNotifyWindow label#summary {
font-weight: Bold;
}
#XfceNotifyWindow button {
font-weight: Bold;
border: 1px solid shade(#1B1108, .80);
box-shadow: none;
background-image: none;
background-color: shade(#1B1108, 1.2);
color: #d3dae3;
}
#XfceNotifyWindow button:hover {
box-shadow: none;
background-image: none;
background-color: shade(#382211, 1.0);
color: #ffffff;
}
#XfceNotifyWindow progressbar {
border: 0px solid shade(#ff0000, 1.0);
border-radius: 0px;
}
#XfceNotifyWindow progressbar progress {
background-image: none;
background-color: #7d431e;
border: 0px solid shade(#7d431e, 1.0);
border-radius: 0px;
}
#XfceNotifyWindow progressbar trough {
background-image: linear-gradient(to bottom,
shade(#7A8082, 1.0),
shade(#7A8082, 1.0)
);
border: 0px solid shade(#ffff00, 1.0);
border-radius: 0px;
}