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);
12 background: rgb
(0, 138, 0);
16 background: rgb
(113, 113, 171);
19 #capture-status-view {
20 -webkit-align-items: center
;
21 display: -webkit-flex
;
24 .capture-status-view-link
,
25 .capture-status-view-link:visited
,
26 .capture-status-view-link:active {
28 text-decoration: none
;
31 .capture-status-view-link:hover {
33 text-decoration: underline
;
36 /* Completely un-style the SELECT. Will place an arrow over it manually. */
37 #capture-status-view-actions {
38 -webkit-appearance: none
;
46 .capture-status-view-arrow {
47 display: inline-block
;
51 .capture-status-view-arrow::after {