Skip to content

Commit

Permalink
Changed Sig Ana to Diff ana also in hiding tabs etc
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost committed Jan 25, 2025
1 parent 2fb5426 commit 30000d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion program/shinyApp/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ server <- function(input,output,session){
# Layout upon Start ----
hideTab(inputId = "tabsetPanel1", target = "Pre-processing")
hideTab(inputId = "tabsetPanel1", target = "Sample Correlation")
hideTab(inputId = "tabsetPanel1", target = "Significance Analysis")
hideTab(inputId = "tabsetPanel1", target = "Differential Analysis")
hideTab(inputId = "tabsetPanel1", target = "PCA")
hideTab(inputId = "tabsetPanel1", target = "Heatmap")
hideTab(inputId = "tabsetPanel1", target = "Single Gene Visualisations")
Expand Down
4 changes: 2 additions & 2 deletions program/shinyApp/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ ui <- shiny::fluidPage(
background-color: #FD8D33 !important; /* Strong Orange */
color: white !important;
}
.tabbable > .nav > li > a[data-value='Significance Analysis'] {
.tabbable > .nav > li > a[data-value='Differential Analysis'] {
background-color: #FFD33547 !important; /* Lighter Yellow */
color: black !important;
}
Expand Down Expand Up @@ -213,7 +213,7 @@ ui <- shiny::fluidPage(
background-color: #A208BA35 !important; /* Lighter Purple */
color: black !important;
}
.tabbable > .nav > li[class=active] > a[data-value='Significance Analysis'] {
.tabbable > .nav > li[class=active] > a[data-value='Differential Analysis'] {
background-color: #A208BA !important; /* Strong Purple */
color: white !important;
}
Expand Down

0 comments on commit 30000d3

Please sign in to comment.