Commit ff052d75 authored by yann300's avatar yann300

debugger panel UI

parent 7712832f
...@@ -337,7 +337,7 @@ function styleGuide () { ...@@ -337,7 +337,7 @@ function styleGuide () {
cursor : pointer; cursor : pointer;
border-radius : 3px; border-radius : 3px;
height : 25px; height : 25px;
width : 250px; width : 100%;
text-align : center; text-align : center;
overflow : hidden; overflow : hidden;
word-break : normal; word-break : normal;
...@@ -680,7 +680,7 @@ function styleGuide () { ...@@ -680,7 +680,7 @@ function styleGuide () {
button_Debugger_icon_HoverColor: appProperties.icon_HoverColor, button_Debugger_icon_HoverColor: appProperties.icon_HoverColor,
dropdown_Debugger: appProperties.uiElements.dropdown({ dropdown_Debugger: appProperties.uiElements.dropdown({
BackgroundColor: appProperties.dropdown_BackgroundColor, BackgroundColor: cssProperties.colors.veryLightGrey,
BorderColor: appProperties.dropdown_BorderColor, BorderColor: appProperties.dropdown_BorderColor,
Color: appProperties.dropdown_TextColor Color: appProperties.dropdown_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