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 * This is the stylesheet used by the Out of the box experience (OOBE) flow,
6 * sign in and lock screens.
16 background-color: transparent
;
27 background-color: white
;
35 /* Follow same focus coloring as in widgets.css */
36 /* Do not apply this style to restricted button state. */
37 button
.custom-appearance:not
(.button-restricted
):not
(.button-fancy
) {
38 -webkit-transition: border-color
200ms;
39 border: 1px solid transparent
;
40 /* Don't grey out disabled buttons. */
41 color: buttontext
!important
;
44 /* ':focus' used twice to increase specificity. */
45 button
.custom-appearance:focus:focus
{
46 border-color: rgb
(77, 144, 254);
49 button:not
(.custom-appearance
) {
50 min-width: 72px !important
;
54 min-width: 72px !important
;
58 background-image: -webkit-linear-gradient
(rgb
(93, 154, 255),
59 rgb
(93, 154, 255) 38%,
61 border: 1px solid rgba
(45, 102, 195, 1);
63 box-shadow: 0 1px 0 rgba
(0, 0, 0, 0.15), inset
0 1px 2px
64 rgba
(255, 255, 255, 0.4);
70 text-shadow: 0 1px 0 rgba
(0, 0, 0, 0.5);
74 button
.button-blue:hover
{
75 background-image: -webkit-linear-gradient
(rgb
(101, 158, 253),
76 rgb
(101, 158, 253) 38%,
78 box-shadow: 0 1px 0 rgba
(0, 0, 0, 0.25), inset
0 1px 2px
79 rgba
(255, 255, 255, 0.4);
82 button
.button-blue:active
{
83 background-image: -webkit-linear-gradient
(rgb
(96, 149, 237),
84 rgb
(96, 149, 237) 38%,
86 border: 1px solid rgba
(38, 84, 160, 1);
87 box-shadow: inset
0 1px 1px rgba
(0, 0, 0, 0.1);
91 background-image: -webkit-linear-gradient
(rgb
(221, 75, 57),
94 border: 1px solid rgba
(167, 57, 44, 1);
96 box-shadow: 0 1px 0 rgba
(0, 0, 0, 0.15), inset
0 1px 2px
97 rgba
(255, 255, 255, 0.4);
102 text-shadow: 0 1px 0 rgba
(0, 0, 0, 0.15);
105 button
.button-red:hover
{
106 background-image: -webkit-linear-gradient
(rgb
(231, 78, 59),
107 rgb
(231, 78, 59) 38%,
109 box-shadow: 0 1px 0 rgba
(0, 0, 0, 0.25), inset
0 1px 2px
110 rgba
(255, 255, 255, 0.4);
113 button
.button-red:active
{
114 box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.1);
120 margin: 5px 5px 5px 0;
121 padding: 5px 5px 5px 0;
132 #installation-settings-popup {
134 border: 1px solid rgb
(188, 193, 208);
136 box-shadow: 0 5px 80px #505050;
143 #installation-settings-popup h1
{
144 -webkit-padding-end: 24px;
145 -webkit-user-select: none
;
146 background: -webkit-linear-gradient
(white
, #F8F8F8);
147 color: rgb
(83, 99, 125);
151 padding: 10px 15px 8px 15px;
152 text-shadow: white
0 1px 2px;
155 .popup-content-area {
156 padding: 0 20px 60px 20px;
159 #installation-settings-popup button
{
175 display: none
!important
;
179 -webkit-box-align: center
;
180 -webkit-box-pack: center
;
181 -webkit-transition: 250ms opacity
;
182 background: rgba
(255, 255, 255, .75);
184 display: -webkit-box
;
194 -webkit-transition: 250ms opacity
;
202 -webkit-transition: all
500ms linear
;
208 0 0 4px rgba
(0,0,0,.6),
209 0 1px 2px rgba
(0,0,0,.8),
210 0 -1px 2px rgba
(0,0,0,1);
214 -webkit-transition: 700ms opacity
;
215 background-size: 100% 100%;
223 .background-initial {
228 -webkit-animation: throbber-animation
1s steps
(36) infinite
;
229 -webkit-margin-before: 2px;
230 -webkit-margin-end: 4px;
231 background-image: url
(chrome://theme
/IDR_CROS_DEFAULT_THROBBER
);
232 display: inline-block
;
237 @-webkit-keyframes throbber-animation
{
239 background-position: 0;
242 background-position: -576px;