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.
7 background: rgb
(238, 0, 0);
11 background: rgb
(0, 138, 0);
15 background: rgb
(113, 113, 171);
18 #capture-status-view {
19 -webkit-align-items: center
;
20 display: -webkit-flex
;
23 .capture-status-view-link
,
24 .capture-status-view-link:visited
,
25 .capture-status-view-link:active {
27 text-decoration: none
;
30 .capture-status-view-link:hover {
32 text-decoration: underline
;
35 /* Completely un-style the SELECT. Will place an arrow over it manually. */
36 #capture-status-view-actions {
37 -webkit-appearance: none
;
45 .capture-status-view-arrow {
46 display: inline-block
;
50 .capture-status-view-arrow::after {