/*
 * Copyright 2013 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#sources-panel-sources-view {
  --override-highlight-animation-10pc-background-color: rgb(158 54 153);
  --override-highlight-animation-10pc-foreground-color: rgb(255 255 255);

  flex: auto;
  position: relative;
}

#sources-panel-sources-view .sources-toolbar {
  display: flex;
  flex: 0 0 auto;
  background-color: var(--sys-color-cdt-base-container);
  border-top: 1px solid var(--sys-color-divider);
  overflow: hidden;
  z-index: 0;
  align-items: flex-end;

  devtools-toolbar:first-of-type {
    flex-wrap: wrap;
  }
}

.source-frame-debugger-script {
  --override-debugger-background-tint: rgb(255 255 194 / 50%);

  background-color: var(--override-debugger-background-tint);
}

.theme-with-dark-background .source-frame-debugger-script {
  --override-debugger-background-tint: rgb(61 61 0 / 50%);
}
