Archived
1
0

Various changes including contact messages in database, contact message notifications, notification emails, bugfixes and more

This commit is contained in:
Marcel
2018-11-02 16:23:16 +01:00
parent 5faffbf9fa
commit 72f3434803
17 changed files with 713 additions and 43 deletions

View File

@@ -169,7 +169,7 @@ p {
color: #2272ff !important;
}
.breadcrumb .breadcrumb-item:hover a {
.breadcrumb .breadcrumb-item:hover a, .breadcrumb .breadcrumb-item a:hover {
color: #0D47A1 !important;
}

View File

@@ -168,7 +168,8 @@
}
#notificationMenu a:not(.disabled) {
color: #0d0d0d !important;
color: #333 !important;
background-color: #2272ff1a;
}
#notificationMenu a:hover,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long