dot/tess tiger/xfce-notify-4.0/gtk.css

48 lines
893 B
CSS

#XfceNotifyWindow {
background-color: #031014;
border: 3px solid #e63e62;
}
#XfceNotifyWindow label,
#XfceNotifyWindow image {
font-size: 16;
color: #e63e62;
}
#XfceNotifyWindow label#summary {
font-weight: Bold;
}
#XfceNotifyWindow button {
border: 1px solid #e63e62;
background-image: none;
background-color : #031014;
}
#XfceNotifyWindow button:hover {
border: 1px solid #e63e62;
background-image: none;
background-color : #e63e62;
color: #031014;
}
#XfceNotifyWindow progressbar {
border-radius: 3px;
}
#XfceNotifyWindow progressbar progress {
min-height: 16px;
background-image: none;
background-color: shade(#e63e62, 1.2);
}
#XfceNotifyWindow progressbar trough {
min-height: 16px;
background-image: none;
background-color: #031014;
border: 1px solid shade(#031014, 0.6);
border-radius: 3px;
}