1 /* Copyright (c) 2013 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 /* Globals ********************************************************************/
26 border:1px solid lightgrey
;
30 /* White with a vertically centered one pixel horizontal black line. */
31 background: -webkit-linear-gradient
(white
, white
59%,
34 font: normal
16px 'Arimo', 'Gill Sans', 'Open Sans',
35 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
;
46 background-color: white
;
47 border:1px solid rgba
(0,0,0,0.1);
52 button
.borderless:hover
{
53 border:1px solid rgba
(0,0,0,1);
56 button
.borderless:hover
[disabled
] {
57 border:1px solid rgba
(0,0,0,0.1);
60 /* Template section (invisible) ***********************************************/
66 /* Priority section ***********************************************************/
69 font-size: 0; /* To collapse the spaces between buttons. */
74 font: normal
14px 'Arimo', 'Gill Sans', 'Open Sans',
75 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
;
80 /* Recorder *******************************************************************/
97 button
.control
[disabled
="true"] {
101 /* Notification sections ******************************************************/
103 button
.notification img
{
111 /* Events section *************************************************************/
115 font-weight: lighter
;
120 background-color: gold
;
125 font: 11px 'Arimo', 'Gill Sans', 'Open Sans',
126 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
;
131 font: bold
16px 'Arimo', 'Gill Sans', 'Open Sans',
132 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
;
136 /* Highlighting ***************************************************************/
137 body
[data-priority
="-2"] button
.priority
[data-priority
="-2"],
138 body
[data-priority
="-1"] button
.priority
[data-priority
="-1"],
139 body
[data-priority
="0"] button
.priority
[data-priority
="0"],
140 body
[data-priority
="1"] button
.priority
[data-priority
="1"],
141 body
[data-priority
="2"] button
.priority
[data-priority
="2"] {
142 background: rgb
(255, 255, 85);
143 -webkit-box-shadow: inset
3px 3px 0 white
, inset
-3px -3px 0 white
;