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_medium
.svg
) center
/32px
22 background-color: rgba
(255, 255, 255, 0.7);
29 transition: opacity
500ms;
33 .cws-widget-spinner-layer:not(.cws-widget-show-spinner) {
39 .cws-widget-spinner-layer.cws-widget-hiding-spinner {
40 /* Transition end event would not fire if opacity was set to 0. */
49 .cws-widget-webstore-button {
50 -webkit-padding-end: 10px;
51 -webkit-padding-start: 12px;
60 .cws-widget-webstore-button-icon {
61 -webkit-margin-end: 8px;
62 background-image: -webkit-image-set
(
63 url
(chrome://theme
/IDR_WEBSTORE_ICON_16
) 1x,
64 url
(chrome://theme
/IDR_WEBSTORE_ICON_16@
2x) 2x);
65 background-repeat: no-repeat
;
66 display: inline-block
;
71 .cws-widget-webstore-button-label {
76 .cr-dialog-frame.cws-widget-error-dialog-frame {
80 .cws-widget-error-dialog-frame .cws-widget-error-dialog-img {
81 background-image: -webkit-image-set
(
82 url
(chrome://theme
/IDR_ERROR_NETWORK_GENERIC
) 1x,
83 url
(chrome://theme
/IDR_ERROR_NETWORK_GENERIC@
2x) 2x);
84 background-position: center
;
85 background-repeat: no-repeat
;
89 .cws-widget-error-dialog-text {