CSS样式  |  38行  |  899 B

/* Copyright (c) 2013 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.
 */

layer-picker {
  -webkit-flex-direction: column;
  display: -webkit-flex;
}

layer-picker > top-controls {
  -webkit-flex: 0 0 auto;
  background-image: -webkit-gradient(linear,
                                     0 0, 100% 0,
                                     from(#E5E5E5),
                                     to(#D1D1D1));
  border-bottom: 1px solid #8e8e8e;
  border-top: 1px solid white;
  display: inline;
}

layer-picker > .x-list-view {
  -webkit-flex: 1 1 auto;
  font-family: monospace;
  overflow: auto;
}

layer-picker > x-generic-object-view {
  -webkit-flex: 0 0 auto;
  height: 200px;
  overflow: auto;
}

layer-picker > x-generic-object-view * {
  -webkit-user-select: text !important;
  cursor: text;
}