1 /* Copyright 2014 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
):not
(
38 [is
="gaia-icon-button"]) {
39 -webkit-transition: border-color
200ms;
40 border: 1px solid transparent
;
41 /* Don't grey out disabled buttons. */
42 color: buttontext
!important
;
45 /* ':focus' used three times to increase specificity. */
46 button
.custom-appearance:focus:focus:focus
{
47 border-color: rgb
(77, 144, 254);
50 button:not
(.custom-appearance
) {
51 min-width: 72px !important
;
55 min-width: 72px !important
;
59 background-image: linear-gradient
(rgb
(93, 154, 255),
60 rgb
(93, 154, 255) 38%,
62 border: 1px solid rgba
(45, 102, 195, 1);
64 box-shadow: 0 1px 0 rgba
(0, 0, 0, 0.15), inset
0 1px 2px
65 rgba
(255, 255, 255, 0.4);
71 text-shadow: 0 1px 0 rgba
(0, 0, 0, 0.5);
75 button
.button-blue:hover
{
76 background-image: linear-gradient
(rgb
(101, 158, 253),
77 rgb
(101, 158, 253) 38%,
79 box-shadow: 0 1px 0 rgba
(0, 0, 0, 0.25), inset
0 1px 2px
80 rgba
(255, 255, 255, 0.4);
83 button
.button-blue:active
{
84 background-image: linear-gradient
(rgb
(96, 149, 237),
85 rgb
(96, 149, 237) 38%,
87 border: 1px solid rgba
(38, 84, 160, 1);
88 box-shadow: inset
0 1px 1px rgba
(0, 0, 0, 0.1);
92 background-image: linear-gradient
(rgb
(221, 75, 57),
95 border: 1px solid rgba
(167, 57, 44, 1);
97 box-shadow: 0 1px 0 rgba
(0, 0, 0, 0.15), inset
0 1px 2px
98 rgba
(255, 255, 255, 0.4);
103 text-shadow: 0 1px 0 rgba
(0, 0, 0, 0.15);
106 button
.button-red:hover
{
107 background-image: linear-gradient
(rgb
(231, 78, 59),
108 rgb
(231, 78, 59) 38%,
110 box-shadow: 0 1px 0 rgba
(0, 0, 0, 0.25), inset
0 1px 2px
111 rgba
(255, 255, 255, 0.4);
114 button
.button-red:active
{
115 box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.1);
121 margin: 5px 5px 5px 0;
122 padding: 5px 5px 5px 0;
134 display: none
!important
;
138 -webkit-transition: 250ms opacity
;
146 -webkit-transition: all
500ms linear
;
152 0 0 4px rgba
(0,0,0,.6),
153 0 1px 2px rgba
(0,0,0,.8),
154 0 -1px 2px rgba
(0,0,0,1);
158 -webkit-transition: 700ms opacity
;
159 background-size: 100% 100%;
167 .background-initial {
172 -webkit-margin-end: 0.5em;