From 58608083a323f0635f09620aefe0dee8fa575d58 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen <39831871+rosteen@users.noreply.github.com> Date: Tue, 21 May 2024 10:35:06 -0400 Subject: [PATCH] Update app toolbar color (#2881) --- jdaviz/main_styles.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdaviz/main_styles.vue b/jdaviz/main_styles.vue index 4c288bbe33..fe98b55ff0 100644 --- a/jdaviz/main_styles.vue +++ b/jdaviz/main_styles.vue @@ -4,7 +4,7 @@ export default { created() { this.$vuetify.theme.themes.light = { - toolbar: "#153A4B", + toolbar: "#003B4D", primary: "#00617E", secondary: "#007DA4", accent: "#C75109", @@ -122,7 +122,7 @@ div.output_wrapper { } .lm_close { - /* hide the close button on the right (which allows closing an entire group of tabs) + /* hide the close button on the right (which allows closing an entire group of tabs) so that we can control the ability to close tabs at the per-viewer level */ display: none !important; }