send notifications manually
This commit is contained in:
@@ -692,6 +692,24 @@ form#auto_filters > div > label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.notification-text {
|
||||
margin: -3px 0px 0px 20px;
|
||||
padding: 3px 3px;
|
||||
background-color: cadetblue;
|
||||
}
|
||||
|
||||
.notification-text.in-progress {
|
||||
background-color: #f5ea16;
|
||||
}
|
||||
|
||||
.notification-text.success {
|
||||
background-color: #26f329;
|
||||
}
|
||||
|
||||
.notification-text.fail {
|
||||
background-color: #f6625c;
|
||||
}
|
||||
|
||||
@media (min-width: 680px) {
|
||||
|
||||
.categories {
|
||||
|
||||
Reference in New Issue
Block a user