Skip to content

Commit

Permalink
slight changes, should close #413
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaSeep committed Dec 16, 2024
1 parent c795a1c commit 67dbe3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion program/shinyApp/R/help_tab/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,17 @@ help_tab_sidebar_panel <- sidebarPanel(
help_tab_main_panel <- mainPanel(
id = "mainPanel_help_tab",
h4("Main Panel",id = "Test"),
actionButton("start_tour", span(icon("hand-pointer"),"Tour around cOmicsArt"),style = "background-color: #00c6ff; color: white; padding: 10px 20px; border-radius: 10px; transition: transform 0.2s;"),
actionButton(
"start_tour",
span(icon("hand-pointer"),"Tour around cOmicsArt"),
style = "
background-color: #00c6ff;
color: white;
padding: 10px 20px;
border-radius: 10px;
font-size: 15px;
font-weight: bold;
transition: transform 0.2s;"),
div(
id = "help_tab_info",
htmlOutput(outputId = "help_tab_info", container = pre),
Expand Down
2 changes: 1 addition & 1 deletion program/shinyApp/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ui <- shiny::fluidPage(
border: 2px solid darkgrey;
font-size: 15px;
font-weight: bold;
box-shadow: 3px 3px 5px rgba(255, 0, 0, 0.9);
box-shadow: 3px 3px 5px rgba(255, 0, 0, 0.8);
padding: 5px 5px;
border-radius: 10px;
}
Expand Down

0 comments on commit 67dbe3c

Please sign in to comment.