1 /* Copyright 2015 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. */
6 /* TODO(apacible): Update to use Chromium paper color. */
7 background-color: rgb
(82, 147, 242);
11 #blocking-issue-buttons {
15 #blocking-issue-header {
21 #blocking-issue-message {
22 -webkit-padding-start: 8px;
23 color: rgb
(125, 125, 125);
25 vertical-align: middle
;
28 #blocking-issue-title {
29 -webkit-padding-start: 8px;
38 text-decoration: underline
;
42 -webkit-padding-start: 12px;
43 background-color: rgb
(249, 236, 191);
50 -webkit-margin-start: 20px;
51 background-image: -webkit-image-set
(
52 url
(../icon
/sad-face
.png
) 1x,
53 url
(../icon
/sad-face2x
.png
) 2x);
54 background-repeat: no-repeat
;