aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/theme/globalStyle.js
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-07-31 17:11:11 +0200
committersebdet <sebastien.determe@intl.att.com>2019-08-01 18:08:43 +0200
commit8a02dd771961cc36b4436f9124657766674b5b76 (patch)
tree549c8a858fca9506bdd8abd0ce133fbe35152171 /ui-react/src/theme/globalStyle.js
parent4453cc6abdd95f5ee30c205731237dd7f2d6ae52 (diff)
Fix loop prop window
Fix the loop Properties windows Issue-ID: CLAMP-447 Change-Id: I0d4002267feab57457067df345f6b56542926e35 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
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',
};