Added button to set edit to the current time.

This commit is contained in:
Ajay Ramachandran
2019-08-12 15:27:35 -04:00
parent ac118173a5
commit 6b3eb09198
3 changed files with 47 additions and 1 deletions

View File

@@ -86,6 +86,12 @@ h1.popupElement {
cursor: pointer;
}
.tinyLink.popupElement {
font-size: 10px;
text-decoration: underline;
cursor: pointer;
}
.whitelistButton.popupElement {
background-color:#3acc3a;
-moz-border-radius:28px;