Commit ff052d75 authored by yann300's avatar yann300

debugger panel UI

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