Commit 29c486ca authored by Rob Stupay's avatar Rob Stupay

update to style-guide

parent a802ed50
...@@ -667,7 +667,7 @@ function styleGuide () { ...@@ -667,7 +667,7 @@ function styleGuide () {
box_Debugger: appProperties.uiElements.solidBorderBox({ box_Debugger: appProperties.uiElements.solidBorderBox({
BackgroundColor: appProperties.solidBorderBox_BackgroundColor, BackgroundColor: appProperties.solidBorderBox_BackgroundColor,
BorderColor: appProperties.solidBorderBox_BorderColor, BorderColor: appProperties.solidBorderBox_BackgroundColor,
Color: appProperties.solidBorderBox_TextColor Color: appProperties.solidBorderBox_TextColor
}), }),
...@@ -708,7 +708,7 @@ function styleGuide () { ...@@ -708,7 +708,7 @@ function styleGuide () {
box_AnalysisContainer: appProperties.uiElements.solidBorderBox({ box_AnalysisContainer: appProperties.uiElements.solidBorderBox({
BackgroundColor: appProperties.solidBorderBox_BackgroundColor, BackgroundColor: appProperties.solidBorderBox_BackgroundColor,
BorderColor: appProperties.solidBorderBox_BorderColor, BorderColor: appProperties.solidBorderBox_BackgroundColor,
Color: appProperties.solidBorderBox_TextColor Color: appProperties.solidBorderBox_TextColor
}) })
}, },
...@@ -719,7 +719,7 @@ function styleGuide () { ...@@ -719,7 +719,7 @@ function styleGuide () {
supportTab: { supportTab: {
box_IframeContainer: appProperties.uiElements.solidBorderBox({ box_IframeContainer: appProperties.uiElements.solidBorderBox({
BackgroundColor: appProperties.solidBorderBox_BackgroundColor, BackgroundColor: appProperties.solidBorderBox_BackgroundColor,
BorderColor: appProperties.solidBorderBox_BorderColor, BorderColor: appProperties.solidBorderBox_BackgroundColor,
Color: appProperties.solidBorderBox_TextColor Color: appProperties.solidBorderBox_TextColor
}), }),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment