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. */
5 .cws-widget-container-root {
9 .cws-widget-webview-container {
10 border-bottom: solid
1px #bbb;
11 border-top: solid
1px #bbb;
15 .cws-widget-webview-container webview {
19 .cws-widget-spinner-layer {
20 background: url
(chrome://resources
/images
/throbber
.svg
) center
/32px no-repeat
;
21 background-color: rgba
(255, 255, 255, 0.7);
28 transition: opacity
500ms;
32 .cws-widget-spinner-layer:not(.cws-widget-show-spinner) {
38 .cws-widget-spinner-layer.cws-widget-hiding-spinner {
39 /* Transition end event would not fire if opacity was set to 0. */
48 .cws-widget-webstore-button {
49 -webkit-padding-end: 10px;
50 -webkit-padding-start: 12px;
59 .cws-widget-webstore-button-icon {
60 -webkit-margin-end: 8px;
61 background-image: -webkit-image-set
(
62 url
(chrome://theme
/IDR_WEBSTORE_ICON_16
) 1x,
63 url
(chrome://theme
/IDR_WEBSTORE_ICON_16@
2x) 2x);
64 background-repeat: no-repeat
;
65 display: inline-block
;
70 .cws-widget-webstore-button-label {
75 .cr-dialog-frame.cws-widget-error-dialog-frame {
79 .cws-widget-error-dialog-frame .cws-widget-error-dialog-img {
80 background-image: -webkit-image-set
(
81 url
(chrome://theme
/IDR_ERROR_NETWORK_GENERIC
) 1x,
82 url
(chrome://theme
/IDR_ERROR_NETWORK_GENERIC@
2x) 2x);
83 background-position: center
;
84 background-repeat: no-repeat
;
88 .cws-widget-error-dialog-text {