debugger panel UI

pull/3094/head
yann300 7 years ago
parent 27e8a43a90
commit b9b8ca5fdd
  1. 4
      remix-lib/src/ui/style-guide.js

@ -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
}),

Loading…
Cancel
Save