Home | History | Annotate | Download | only in tracing
      1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2  * Use of this source code is governed by a BSD-style license that can be
      3  * found in the LICENSE file.
      4  */
      5 
      6 .timeline-track-view * {
      7   -webkit-user-select: none;
      8   cursor: default;
      9 }
     10 
     11 .timeline-track-view .tool-button {
     12   cursor: pointer;
     13 }
     14 
     15 .timeline-track-view {
     16   -webkit-box-orient: vertical;
     17   display: -webkit-box;
     18 }
     19 
     20 .timeline-track-view .mode-indicator {
     21   height: 32px;
     22   position: absolute;
     23   right: 5px;
     24   top: 38px;
     25   width: 33px;
     26 }
     27 
     28 .model-track-container {
     29   -webkit-box-flex: 1;
     30   overflow: auto;
     31 }
     32 
     33 .drag-box {
     34   background-color: rgba(0, 0, 255, 0.25);
     35   border: 1px solid rgb(0, 0, 96);
     36   font-size: 75%;
     37   position: fixed;
     38 }
     39