Skip to content

Commit

Permalink
Adjust nomad snackbar message to have more visible presented paths
Browse files Browse the repository at this point in the history
(reference #54)
  • Loading branch information
piotrzarzycki21 committed May 17, 2024
1 parent 294b4ea commit 01a3846
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
private function snackbarContentInitComplete(event:Event):void
{
firstMessage.html = "Copy " + dataDirectory + "/domino/html/Super.Human.Portal/js-release/resources/nomadhelper.html to /opt/hcl/domino/notes/latest/linux/nomad-files";
secondMessage.html = "Update nomad_helper_url to " + nomadBaseUrl + "/nomadhelper.html in SuperHumanPortal.nsf";
firstMessage.html = "Copy <code>" + dataDirectory + "/domino/html/Super.Human.Portal/js-release/resources/nomadhelper.html</code> to <code>/opt/hcl/domino/notes/latest/linux/nomad-files</code>";
secondMessage.html = "Update nomad_helper_url to <code>" + nomadBaseUrl + "/nomadhelper.html</code> in SuperHumanPortal.nsf";
}
private function onFirstMessageCopyClick(event:MouseEvent):void
Expand Down
4 changes: 4 additions & 0 deletions Super.Human.Portal_Royale/src/resources/app-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ a:hover {
cursor: pointer;
}

.jewel.label code {
color: #FFD740 !important;
}

.jewel.label.smallFont {
fontSize: 12px !important;
}
Expand Down

0 comments on commit 01a3846

Please sign in to comment.