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 /* "Performance" title */
7 -webkit-margin-after: 1em;
8 -webkit-margin-before: 21px;
9 -webkit-margin-start: 23px;
10 -webkit-user-select: none
;
11 color: rgb
(92, 97, 102);
18 /* Settings panel category headings */
20 -webkit-user-select: none
;
31 /* Settings panel subcategory headings */
33 -webkit-margin-after: 3px;
34 -webkit-user-select: none
;
35 color: rgb
(48, 57, 66);
43 -webkit-margin-after: 0;
44 -webkit-margin-before: 0;
45 color: rgb
(92, 97, 102);
63 -webkit-margin-start: 23px;
64 -webkit-user-select: none
;
84 color: rgb
(70, 78, 90);
87 details
[open
] summary::after
{
91 details
[open
] summary
{
95 details
summary::-webkit-details-marker
{
100 -webkit-margin-start: 35px;
108 input
[type
='radio']:checked
+span
{
112 input
[type
='checkbox']:checked
+span
{
121 -webkit-margin-after: 15px;
122 -webkit-margin-before: 21px;
128 background-color: pink
;
129 box-shadow: 0 1px 10px 1px rgba
(0, 0, 0, 0.2), 0 1px 3px rgba
(0, 0, 0, 0.15);
130 display: inline-block
;
139 #time-shift-category {
140 display: inline-block
;
144 -webkit-margin-start: 200px;
154 -webkit-margin-after: 15px;
159 /* This is necessary since rotation does not work well with text elements, which
160 * have an adjustable size. Calculations for each section are listed. */
161 .yaxis-label-container {
162 -webkit-transform: rotate
(-90deg);
163 left: -238px; /* .grid height / 2 - h4 line-height */
166 top: 244px; /* .grid height / 2 - .yaxis-label line-height / 2 */
167 width: 500px; /* .grid height */
173 font-family: Arial
, sans-serif
;
179 -webkit-box-orient: horizontal
;
180 display: -webkit-box
;
188 -webkit-padding-end: 10px;
189 -webkit-padding-start: 10px;
190 background-color: buttonface
;
191 background-image: -webkit-linear-gradient
(#EDEDED, #EDEDED 38%, #DEDEDE);
192 border: 1px solid rgba
(0, 0, 0, 0.25);
194 box-shadow: 0 1px 0 rgba
(0, 0, 0, 0.08),
195 inset
0 1px 2px rgba
(255, 255, 255, 0.75);
201 text-shadow: #F0F0F0 0 1px 0;
205 background-image: -webkit-linear-gradient
(#e7e7e7, #e7e7e7 38%, #d7d7d7);