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. */
5 /* TODO(estade): handle overflow better? I tried overflow-x: hidden and
6 overflow-y: visible (for the new dot animation), but this makes a scroll
9 /* Expand to take up all available horizontal space. */
11 /* Center child dots. */
12 -webkit-box-pack: center
;
13 display: -webkit-flex
;
15 list-style-type: none
;
20 html
.starting-up #dot-list
{
25 -webkit-margin-end: 10px;
26 -webkit-padding-start: 2px;
27 -webkit-transition: -webkit-margin-end
250ms, max-width
250ms, opacity
250ms;
28 box-sizing: border-box
;
30 /* max-width: Set in new_tab.js. See measureNavDots() */
36 -webkit-margin-end: 0;
46 -webkit-margin-end: 0;
51 -webkit-transition: border-color
200ms;
52 border-bottom: 5px solid
;
53 border-color: rgba
(0, 0, 0, 0.1);
58 -webkit-appearance: caret
;
59 -webkit-margin-start: 2px;
60 -webkit-transition: color
200ms;
61 background-color: transparent
;
74 /* Everything below here should be themed but we don't have appropriate colors
87 .dot:focus
.selection-bar
,
88 .dot:hover
.selection-bar
,
89 .dot.drag-target .selection-bar {
90 border-color: #b2b2b2;
93 .dot.selected .selection-bar {
94 border-color: #7f7f7f;