From ee5f09773d22323d0e53848a56ffbb642de5e9d2 Mon Sep 17 00:00:00 2001 From: Dario Del Piano Date: Tue, 2 Apr 2019 11:51:39 +0100 Subject: [PATCH] buttonBar buttons colors fixed --- css/VFBMain.less | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) 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 {