2 Copyright (c) 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
7 <!-- Status bar at top of screen -->
12 * This SELECT dropdown is styled so the dropdown arrow is hidden. This is
13 * necessary because it looks bad on Windows. Instead, an arrow is added
14 * manually by overlaying U+
25BC over the dropdown and making it un-clickable.
16 #top-bar-view-tab-selecter {
17 -webkit-appearance: none;
20 border:
1px solid #aaa;
24 padding:
0 18px
2px
0.5em;
28 display: inline-block;
33 .top-bar-view-arrow::after {
44 #top-bar-view-tab-selecter:focus {
45 box-shadow:
0 0 3px
4px rgba(
255,
238,
0,
0.50);
49 -webkit-align-items: center;
50 border-bottom:
1px solid gray;
52 display: -webkit-flex;
53 padding:
2px
2px
4px
7px;
58 <span class=top-bar-view-arrow
>
59 <select aria-label=
"Tab selector" id=top-bar-view-tab-selecter
></select>
61 <div style=
"-webkit-flex-grow: 1">
62 <include src=
"status_view.html"/>