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

META-INF.dirigible.dev-tools.sources.breakpointEditDialog.css Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
/*
 * Copyright 2018 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.
 */

:host {
  z-index: 30;
  padding: 4px;
  background-color: #e6e6e6;
  border-radius: 7px;
  border: 2px solid #bababa;
  width: 90%;
  pointer-events: auto;
}

:host(.sources-edit-breakpoint-dialog) {
  border: none;
  border-radius: 0;
  z-index: 30;
  background-color: var(--toolbar-bg-color);
  width: 555px;
  pointer-events: auto;
  margin: 2px 0 2px -1px;
  padding: 0 10px 10px 5px;
  border: 1px solid var(--divider-color);
}

:host-context(.sources-edit-breakpoint-dialog) .condition-editor {
  background-color: #fff;
  margin-left: 3px;
}

:host-context(.sources-edit-breakpoint-dialog) .source-frame-breakpoint-toolbar {
  font-family: sans-serif;
  font-size: 12px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy