Skip to content

Commit

Permalink
Merge pull request #326 from VirtualFlyBrain/release_march_2019
Browse files Browse the repository at this point in the history
buttonBar buttons colors fixed
  • Loading branch information
Robbie1977 authored Apr 2, 2019
2 parents 0285077 + ee5f097 commit aed8dd7
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion css/VFBMain.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -63,6 +89,10 @@
color: #11bffe;
}

.gpt-fly {
color: #ffffff;
}

.flexChildContainer {
padding: 8px;
}
Expand Down Expand Up @@ -91,7 +121,9 @@
}

.new-widget {
z-index: 1;
z-index: 1;
color: white;
background-color: rgb(1, 1, 1);
}

.containerForTabs {
Expand Down

0 comments on commit aed8dd7

Please sign in to comment.