chrome-devtools-frontend
Version:
Chrome DevTools UI
73 lines (61 loc) • 1.66 kB
CSS
.background-service-toolbar {
background-color: var(--toolbar-bg-color);
border-bottom: var(--divider-border);
}
.data-grid {
flex: auto;
border: none;
}
.background-service-preview {
position: absolute;
background-color: var(--color-background);
justify-content: center;
align-items: center;
overflow: auto;
font-size: 13px;
color: #777; /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}
.background-service-preview > div {
max-width: 450px;
margin: 10px;
text-align: center;
}
.background-service-preview > div > p {
flex: none;
white-space: pre-line;
}
.background-service-shortcut {
color: hsl(0deg 0% 50% / 100%); /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}
.background-service-metadata {
padding-left: 5px;
padding-top: 10px;
}
.background-service-metadata-entry {
padding-left: 10px;
padding-bottom: 5px;
}
.background-service-metadata-name {
color: rgb(33% 33% 33%); /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
display: inline-block;
margin-right: 0.25em;
font-weight: bold;
}
.background-service-metadata-value {
display: inline;
margin-right: 1em;
white-space: pre-wrap;
word-break: break-all;
user-select: text;
}
.background-service-empty-value {
color: #888; /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
font-style: italic;
}
.background-service-record-inline-button {
margin-bottom: 6px;
}