diff --git a/css/VFBMain.less b/css/VFBMain.less index 8eead0578..92bc0c87c 100644 --- a/css/VFBMain.less +++ b/css/VFBMain.less @@ -30,6 +30,32 @@ //border-right: 8px solid @background_color_body_0; } +#spotlightVisible { + color: white; + background-color: rgb(1, 1, 1); +} + +#spotlightVisible:hover { + background-color: #11bffe; +} + +#queryBuilderVisible { + color: white; + background-color: rgb(1, 1, 1); +} + +#queryBuilderVisible:hover { + background-color: #11bffe; +} + +#controlPanelVisible { + color: white; + background-color: rgb(1, 1, 1); +} + +#controlPanelVisible:hover { + background-color: #11bffe; +} #mainContainer { background: #252323; @@ -63,6 +89,10 @@ color: #11bffe; } +.gpt-fly { + color: #ffffff; +} + .flexChildContainer { padding: 8px; } @@ -91,7 +121,9 @@ } .new-widget { - z-index: 1; + z-index: 1; + color: white; + background-color: rgb(1, 1, 1); } .containerForTabs {