All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.lighthouse.lighthousePanel.css Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
/*
 * Copyright 2017 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

.toolbar {
    background-color: var(--toolbar-bg-color);
    border-bottom: var(--divider-border);
}

.lh-root {
  --report-menu-width: 0;
  user-select: text;
}

/* for View Trace button */
.lh-audit-group {
  position: relative;
}
button.view-trace {
  margin: 10px;
}

.lighthouse-results-container {
    position: relative;
}

/** `window.opener` is null for windows opened from DevTools. This breaks
    the LH viewer app, so disable this feature. */
.lh-tools--viewer {
  display: none !important;
}

.lighthouse-settings-pane {
  flex: none;
}

.lighthouse-settings-pane .toolbar {
  flex: 1 1;
}

.lighthouse-toolbar-container {
  display: flex;
  flex: none;
}

.lighthouse-toolbar-container > :first-child {
  flex: 1 1 auto;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy