aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/theme/globalStyle.js
diff options
context:
space:
mode:
authorXue Gao <xg353y@intl.att.com>2019-08-02 13:23:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-02 13:23:58 +0000
commit87f15e6bf472ac30e0dc9ac63a6420d375b340db (patch)
tree54a5031a045542e053e3702b8208251251305ce4 /ui-react/src/theme/globalStyle.js
parent54fea7fe473270ba67e9053ef08a0be46c6416ce (diff)
parent8a02dd771961cc36b4436f9124657766674b5b76 (diff)
Merge "Fix loop prop window"
Diffstat (limited to 'ui-react/src/theme/globalStyle.js')
-rw-r--r--ui-react/src/theme/globalStyle.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js
index 08630cbd9..cbd86b199 100644
--- a/ui-react/src/theme/globalStyle.js
+++ b/ui-react/src/theme/globalStyle.js
@@ -83,4 +83,9 @@ export const DefaultClampTheme = {
loopViewerFontColor: 'yellow',
loopViewerHeaderBackgroundColor: '#337ab7',
loopViewerHeaderFontColor: 'white',
+
+ menuBackgroundColor: 'white',
+ menuFontColor: 'black',
+ menuHighlightedBackgroundColor: '#337ab7',
+ menuHighlightedFontColor: 'white',
};