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 #encryption-section-message {
113 #basic-encryption-body,
114 #full-encryption-body {
123 #incorrect-passphrase {
127 #sync-setup-overlay * .error
{
133 border: 2px solid
#888;
135 box-shadow: 0.2em 0.2em 0.5em #888;
143 #cancel-warning-header {
148 .overlay-warning input {
154 #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 {
198 #sync-setup-configure {
202 #choose-data-types-form {
203 -webkit-user-select: none
;
206 #chooseDataTypesRadio {
210 #chooseDataTypes > div
{
211 display: inline-block
;
218 .sync-configuration-errors {
222 .sync-configuration-error {
223 background-color: rgb
(238, 185, 57);
237 html
[dir
='rtl'] #learn-more-link
{
243 -webkit-transition: opacity
250ms;
256 border: 1px solid
#e5e5e5;
257 padding: 20px 25px 15px;
273 #signin-header-logo {
274 background: transparent
275 url
('chrome://resources/images/google-transparent.png') no-repeat
;
276 display: inline-block
;
284 html
[dir
='rtl'] #signin-header-logo
{
295 /* Sign in buttons. */
297 .signin-box input[type=submit] {
298 -webkit-margin-end: 0.4em;
299 -webkit-margin-start: 0;
300 -webkit-transition: all
218ms;
301 -webkit-user-select: none
;
302 background-image: -webkit-linear-gradient
(top
, rgb
(77, 144, 254),
304 border: 1px solid rgb
(48, 121, 237);
307 display: inline-block
;
312 margin-bottom: 1.2em;
314 min-width: 54px !important
;
318 .signin-box input[type=submit]:hover {
319 -webkit-box-shadow: 0 1px 1px rgba
(0, 0, 0, 0.1);
320 -webkit-transition: all
0;
321 background-image: -webkit-linear-gradient
(top
, rgb
(77, 144, 254),
323 border-color: rgb
(47, 91, 183);
327 .signin-box input[type=submit]:focus {
328 -webkit-box-shadow: inset
0 0 0 1px white
;
329 border-color: rgb
(77, 144, 254);
331 z-index: 4 !important
;
334 .signin-box input
[type
=submit
]:active
,
335 .signin-box input[type=submit]:focus:active {
336 -webkit-box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.3);
339 .signin-box input[type=submit]:focus:hover {
340 -webkit-box-shadow: inset
0 0 0 1px white
, 0 1px 1px rgba
(0, 0, 0, 0.1);
343 .signin-box input
[type
=submit
][disabled
],
344 .signin-box input
[type
=submit
][disabled
]:hover
,
345 .signin-box input[type=submit][disabled]:active {
346 -webkit-box-shadow: none
;
347 background-color: rgb
(77, 144, 254);
348 border: 1px solid rgb
(48, 121, 237);
353 /* Sign in text fields. */
355 .signin-box input
[type
=text
],
356 .signin-box input[type=password] {
357 -webkit-border-radius: 1px;
358 -webkit-box-sizing: border-box
;
359 background-color: white
;
360 border: 1px solid
#d9d9d9;
361 border-top: 1px solid
#c0c0c0;
363 display: inline-block
;
373 html
[dir
='rtl'] .signin-box input
[type
=text
],
374 html
[dir
='rtl'] .signin-box input
[type
=password
] {
379 .signin-box input
[type
=text
]:hover
,
380 .signin-box input[type=password]:hover {
381 -webkit-box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.1);
382 border-color: #b9b9b9;
383 border-top: 1px solid
#a0a0a0;
386 .signin-box input
[type
=text
]:focus
,
387 .signin-box input[type=password]:focus {
388 -webkit-box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.3);
389 border-color: rgb
(77, 144, 254);
393 .signin-box input
[type
=text
][disabled
],
394 .signin-box input[type=password][disabled] {
395 -webkit-box-shadow: none
;
397 border: 1px solid
#e5e5e5;
400 .signin-box input
[type
=text
][disabled
]:hover
,
401 .signin-box input[type=password][disabled]:hover {
402 -webkit-box-shadow: none
;
408 .signin-box .account-link {
409 color: rgb
(17, 85, 204) !important
;
410 text-decoration: none
;
413 .signin-box .account-link:visited {
414 color: rgb
(102, 17, 204) !important
;
415 text-decoration: none
;
418 .signin-box .account-link:hover {
419 text-decoration: underline
;
422 .signin-box .account-link:active {
423 color: rgb
(209, 72, 54) !important
;
424 text-decoration: underline
;
439 /* The help links inside the signin box labels should use a normal font. */
440 .signin-box label a {
444 /* Sign in miscellaneous. */
446 .signin-box .throbber {
450 html
[dir
='rtl'] .signin-box
.throbber
{
454 #create-account-div {
455 display: inline-block
;
458 .signin-box .errormsg {
459 color: rgb
(221, 75, 57) !important
;
460 font-size: 13px !important
;
462 margin: 0.5em 0 1.5em;
465 .signin-box .help-link {
466 -webkit-border-radius: 1em;
467 background: rgb
(221, 75, 57);
468 color: white
!important
;
469 display: inline-block
;
473 text-decoration: none
;
477 .signin-box .help-link:visited {
478 color: white
!important
;
481 .signin-box .help-link:hover {
482 color: white
!important
;