/* module-key = 'com.atlassian.confluence.plugins.status-macro:editor_content_status', location = 'css/status-editor.less' */
#property-panel a.macro-property-panel-Grey span.icon {
  background-color: #dfe1e6;
}
#property-panel a.macro-property-panel-Green span.icon {
  background-color: #00875a;
}
#property-panel a.macro-property-panel-Red span.icon {
  background-color: #de350b;
}
#property-panel a.macro-property-panel-Yellow span.icon {
  background-color: #ffab00;
}
#property-panel a.macro-property-panel-Blue span.icon {
  background-color: #b3d4ff;
}
#property-panel a.macro-property-panel-Grey,
#property-panel a.macro-property-panel-Green,
#property-panel a.macro-property-panel-Red,
#property-panel a.macro-property-panel-Yellow,
#property-panel a.macro-property-panel-Blue,
#property-panel a.macro-property-panel-Brown {
  padding: 6px;
  display: inline-block;
}
#property-panel a.macro-property-panel-Grey span.icon,
#property-panel a.macro-property-panel-Green span.icon,
#property-panel a.macro-property-panel-Red span.icon,
#property-panel a.macro-property-panel-Yellow span.icon,
#property-panel a.macro-property-panel-Blue span.icon,
#property-panel a.macro-property-panel-Brown span.icon {
  display: inline-block;
  background-image: none;
  margin: 0;
  border: 0;
  min-width: auto;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
#insert-menu .macro-status .icon {
  background: url("3cb90c5da0f8df57ec70bae424b7eb35cd694812.png") no-repeat center;
}
.editor-inline-macro[data-macro-name='status'] {
  background: transparent;
  border: 0;
  min-height: 16px;
  margin: 0;
  vertical-align: -4px;
}
#property-panel .editable.status-macro-title {
  margin-right: 10px;
  float: none;
  text-transform: uppercase;
  text-decoration: none;
  width: 88px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
  padding: 0 5px;
}
#property-panel input.editable.status-macro-title {
  outline: none;
  height: 30px;
  line-height: 20px;
  vertical-align: bottom;
  padding-top: 2px;
}
