1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-03 02:57:15 +00:00

[Web] Merge same notification types

This commit is contained in:
andryyy
2020-05-20 20:37:52 +02:00
parent 8260fb5baf
commit ccc56c54a9
3 changed files with 10 additions and 2 deletions

View File

@@ -182,3 +182,8 @@ nav .glyphicon {
padding: 15px 0px 15px 15px;
font-weight: bold;
}
.alert-hr {
margin:3px 0px;
border-bottom:1px solid #f5f5f5!important;
opacity: 0.3;
}