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 /* TODO(jhawkins): Organize these by page. */
7 #sync-setup-overlay * h4
{
11 #sync-setup-overlay * form
{
12 -webkit-user-select: none
;
15 #sync-setup-overlay * .content-area
{
19 .action-area-link-container {
23 .sync-customize-section-container {
27 #sync-custom-passphrase {
31 #sync-passphrase-message {
35 .sync-custom-passphrase-input {
39 #sync-existing-passphrase-container {
40 background: rgb
(255, 242, 158);
41 border: 1px solid rgb
(212, 205, 173);
45 #sync-select-container {
49 #sync-instructions-container {
54 #choose-data-types-body {
55 -webkit-column-count: 3;
59 #choose-data-types-body > .checkbox:first-child
{
63 #choose-data-types-body > .checkbox:last-child
{
68 -webkit-user-select: none
;
69 background-color: white
;
75 #sync-setup-overlay * a:link
{
76 color: rgb
(0, 0, 204);
79 #sync-setup-overlay * a:visited
{
80 color: rgb
(85, 26, 139);
83 #sync-setup-overlay * a:active
{
84 color: rgb
(255, 0, 0);
87 #sync-setup-overlay * hr
{
88 background-color: #ddd;
95 #sync-setup-overlay * input
[type
='button'],
96 #sync-setup-overlay * input
[type
='submit'] {
108 #passphrase-encryption-message,
109 #encryption-section-message {
119 #incorrect-passphrase {
123 #sync-setup-overlay * .error
{
129 border: 2px solid
#888;
131 box-shadow: 0.2em 0.2em 0.5em #888;
139 #cancel-warning-header {
144 .overlay-warning input {
150 #sync-passphrase-warning {
160 border: 1px solid
#e5e5e5;
166 background: no-repeat
;
167 background-position: center
;
168 background-size: 200px 70px;
181 #logging-in-throbber {
186 -webkit-transition: margin-top
330ms ease-out
, opacity
660ms ease-out
;
187 background: rgb
(249, 237, 190);
188 border: 1px solid rgb
(240, 195, 109);
199 #top-blurb-error[hidden
] {
218 #sync-setup-configure {
222 #choose-data-types-form {
223 -webkit-user-select: none
;
226 #chooseDataTypesRadio {
230 #chooseDataTypes > div
{
231 display: inline-block
;
238 .sync-configuration-errors {
242 .sync-configuration-error {
243 background-color: rgb
(238, 185, 57);
257 html
[dir
='rtl'] #learn-more-link
{
263 -webkit-transition: opacity
250ms;
276 border: 1px solid
#e5e5e5;
277 padding: 20px 25px 15px;
293 #signin-header-logo {
294 background: transparent
295 url
('chrome://resources/images/google-transparent.png') no-repeat
;
296 display: inline-block
;
304 html
[dir
='rtl'] #signin-header-logo
{
315 /* Sign in buttons. */
317 .signin-box input[type=submit] {
318 -webkit-margin-end: 0.4em;
319 -webkit-margin-start: 0;
320 -webkit-transition: all
218ms;
321 -webkit-user-select: none
;
322 background-image: -webkit-linear-gradient
(top
, rgb
(77, 144, 254),
324 border: 1px solid rgb
(48, 121, 237);
327 display: inline-block
;
332 margin-bottom: 1.2em;
334 min-width: 54px !important
;
338 .signin-box input[type=submit]:hover {
339 -webkit-box-shadow: 0 1px 1px rgba
(0, 0, 0, 0.1);
340 -webkit-transition: all
0;
341 background-image: -webkit-linear-gradient
(top
, rgb
(77, 144, 254),
343 border-color: rgb
(47, 91, 183);
347 .signin-box input[type=submit]:focus {
348 -webkit-box-shadow: inset
0 0 0 1px white
;
349 border-color: rgb
(77, 144, 254);
351 z-index: 4 !important
;
354 .signin-box input
[type
=submit
]:active
,
355 .signin-box input[type=submit]:focus:active {
356 -webkit-box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.3);
359 .signin-box input[type=submit]:focus:hover {
360 -webkit-box-shadow: inset
0 0 0 1px white
, 0 1px 1px rgba
(0, 0, 0, 0.1);
363 .signin-box input
[type
=submit
][disabled
],
364 .signin-box input
[type
=submit
][disabled
]:hover
,
365 .signin-box input[type=submit][disabled]:active {
366 -webkit-box-shadow: none
;
367 background-color: rgb
(77, 144, 254);
368 border: 1px solid rgb
(48, 121, 237);
373 /* Sign in text fields. */
375 .signin-box input
[type
=text
],
376 .signin-box input[type=password] {
377 -webkit-border-radius: 1px;
378 -webkit-box-sizing: border-box
;
379 background-color: white
;
380 border: 1px solid
#d9d9d9;
381 border-top: 1px solid
#c0c0c0;
383 display: inline-block
;
393 html
[dir
='rtl'] .signin-box input
[type
=text
],
394 html
[dir
='rtl'] .signin-box input
[type
=password
] {
399 .signin-box input
[type
=text
]:hover
,
400 .signin-box input[type=password]:hover {
401 -webkit-box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.1);
402 border-color: #b9b9b9;
403 border-top: 1px solid
#a0a0a0;
406 .signin-box input
[type
=text
]:focus
,
407 .signin-box input[type=password]:focus {
408 -webkit-box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.3);
409 border-color: rgb
(77, 144, 254);
413 .signin-box input
[type
=text
][disabled
],
414 .signin-box input[type=password][disabled] {
415 -webkit-box-shadow: none
;
417 border: 1px solid
#e5e5e5;
420 .signin-box input
[type
=text
][disabled
]:hover
,
421 .signin-box input[type=password][disabled]:hover {
422 -webkit-box-shadow: none
;
428 .signin-box .account-link {
429 color: rgb
(17, 85, 204) !important
;
430 text-decoration: none
;
433 .signin-box .account-link:visited {
434 color: rgb
(102, 17, 204) !important
;
435 text-decoration: none
;
438 .signin-box .account-link:hover {
439 text-decoration: underline
;
442 .signin-box .account-link:active {
443 color: rgb
(209, 72, 54) !important
;
444 text-decoration: underline
;
459 /* The help links inside the signin box labels should use a normal font. */
460 .signin-box label a {
464 /* Sign in miscellaneous. */
466 .signin-box .throbber {
470 html
[dir
='rtl'] .signin-box
.throbber
{
474 #create-account-div {
475 display: inline-block
;
478 .signin-box .errormsg {
479 color: rgb
(221, 75, 57) !important
;
480 font-size: 13px !important
;
482 margin: 0.5em 0 1.5em;
485 .signin-box .help-link {
486 -webkit-border-radius: 1em;
487 background: rgb
(221, 75, 57);
488 color: white
!important
;
489 display: inline-block
;
493 text-decoration: none
;
497 .signin-box .help-link:visited {
498 color: white
!important
;
501 .signin-box .help-link:hover {
502 color: white
!important
;