diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-11-20 14:51:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-20 14:51:08 +0000 |
commit | 876d1a49367b4614680954913590372d773ec8ec (patch) | |
tree | 15ba727dd0948a2d66d80db25f508113a23f7918 /ui-react/src/theme | |
parent | cc00c38d90010a424d7faa337564c051e0b86e5b (diff) | |
parent | 684057e69bea57d0bd954a84a10581a81d546006 (diff) |
Merge "Adding View BP template Menu"
Diffstat (limited to 'ui-react/src/theme')
-rw-r--r-- | ui-react/src/theme/globalStyle.js | 7 |
1 files changed, 5 insertions, 2 deletions
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' }; |