Create SVG in UI
[clamp.git] / ui-react / src / theme / globalStyle.js
index a0c338c..43aa30f 100644 (file)
@@ -51,12 +51,6 @@ export const GlobalClampStyle = createGlobalStyle`
                margin-top: 1px;
        }
 
-       svg {
-               overflow: hidden;
-               width: 100%;
-               height: 100%;
-       }
-
        label {
                font-family: ${props => props.theme.fontFamily};
                font-size: ${props => props.theme.fontSize};
@@ -68,6 +62,7 @@ export const GlobalClampStyle = createGlobalStyle`
                font-size: ${props => props.theme.fontSize};
                font-weight: bold;
        }
+
 `
 
 export const DefaultClampTheme = {
@@ -86,9 +81,15 @@ export const DefaultClampTheme = {
        loopViewerFontColor: 'yellow',
        loopViewerHeaderBackgroundColor: '#337ab7',
        loopViewerHeaderFontColor: 'white',
-       
+
+    loopLogsHeaderBackgroundColor:  'white',
+    loopLogsHeaderFontColor: 'black',
+
        menuBackgroundColor: 'white',
        menuFontColor: 'black',
        menuHighlightedBackgroundColor: '#337ab7',
        menuHighlightedFontColor: 'white',
+
+       toscaTextareaBackgroundColor: '#E8E8E8',
+       toscaTextareaFontSize: '13px'
 };