From 684057e69bea57d0bd954a84a10581a81d546006 Mon Sep 17 00:00:00 2001 From: drveerendra Date: Mon, 11 Nov 2019 19:37:39 -0500 Subject: Adding View BP template Menu Adding View Blue Print templates option under Template menu. Adding few more test cases for ViewTosca Modals to cover the api calls. Issue-ID: CLAMP-544 Change-Id: Ibf881f46fd03e9149a88ccc211a996d99fd74748 Signed-off-by: drveerendra --- ui-react/src/theme/globalStyle.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ui-react/src/theme') diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index bb41bc192..3656f9e98 100644 --- a/ui-react/src/theme/globalStyle.js +++ b/ui-react/src/theme/globalStyle.js @@ -86,9 +86,12 @@ export const DefaultClampTheme = { loopViewerFontColor: 'yellow', loopViewerHeaderBackgroundColor: '#337ab7', loopViewerHeaderFontColor: 'white', - + menuBackgroundColor: 'white', menuFontColor: 'black', menuHighlightedBackgroundColor: '#337ab7', - menuHighlightedFontColor: 'white' + menuHighlightedFontColor: 'white', + + toscaTextareaBackgroundColor: '#E8E8E8', + toscaTextareaFontSize: '13px' }; -- cgit 1.2.3-korg