Add button in toolbar notifications to go to app

This commit is contained in:
ClemDee
2019-07-01 11:09:06 +02:00
parent 8448acf220
commit 999ba592a9
2 changed files with 19 additions and 0 deletions

View File

@@ -39,6 +39,18 @@
}
}
}
.cp-notifications-gotoapp {
background-color: #ccc;
p {
padding: 10px 0 !important;
text-align: center !important;
font-weight: bold;
cursor: pointer;
&:hover {
background-color: rgba(0,0,0,0.1);
}
}
}
}