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'] {
101 #sync-setup-delete-profile {
112 #encryption-section-message {
117 #basic-encryption-body,
118 #full-encryption-body {
127 #incorrect-passphrase {
131 #sync-setup-overlay * .error
{
137 border: 2px solid
#888;
139 box-shadow: 0.2em 0.2em 0.5em #888;
147 #cancel-warning-header {
152 .overlay-warning input {
158 #sync-passphrase-warning {
164 border: 1px solid
#e5e5e5;
170 background: no-repeat
;
171 background-position: center
;
172 background-size: 200px 70px;
185 #logging-in-throbber {
202 #sync-setup-configure {
206 #choose-data-types-form {
207 -webkit-user-select: none
;
210 #chooseDataTypesRadio {
214 #chooseDataTypes > div
{
215 display: inline-block
;
226 html
[dir
='rtl'] #learn-more-link
{
232 -webkit-transition: opacity
250ms;
245 border: 1px solid
#e5e5e5;
246 padding: 20px 25px 15px;
262 #signin-header-logo {
263 background: transparent
264 url
('chrome://resources/images/google-transparent.png') no-repeat
;
265 display: inline-block
;
273 html
[dir
='rtl'] #signin-header-logo
{
284 /* Sign in buttons. */
286 .signin-box input[type=submit] {
287 -webkit-margin-end: 0.4em;
288 -webkit-margin-start: 0;
289 -webkit-transition: all
218ms;
290 -webkit-user-select: none
;
291 background-image: -webkit-linear-gradient
(top
, rgb
(77, 144, 254),
293 border: 1px solid rgb
(48, 121, 237);
296 display: inline-block
;
301 margin-bottom: 1.2em;
303 min-width: 54px !important
;
307 .signin-box input[type=submit]:hover {
308 -webkit-box-shadow: 0 1px 1px rgba
(0, 0, 0, 0.1);
309 -webkit-transition: all
0;
310 background-image: -webkit-linear-gradient
(top
, rgb
(77, 144, 254),
312 border-color: rgb
(47, 91, 183);
316 .signin-box input[type=submit]:focus {
317 -webkit-box-shadow: inset
0 0 0 1px white
;
318 border-color: rgb
(77, 144, 254);
320 z-index: 4 !important
;
323 .signin-box input
[type
=submit
]:active
,
324 .signin-box input[type=submit]:focus:active {
325 -webkit-box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.3);
328 .signin-box input[type=submit]:focus:hover {
329 -webkit-box-shadow: inset
0 0 0 1px white
, 0 1px 1px rgba
(0, 0, 0, 0.1);
332 .signin-box input
[type
=submit
][disabled
],
333 .signin-box input
[type
=submit
][disabled
]:hover
,
334 .signin-box input[type=submit][disabled]:active {
335 -webkit-box-shadow: none
;
336 background-color: rgb
(77, 144, 254);
337 border: 1px solid rgb
(48, 121, 237);
342 /* Sign in text fields. */
344 .signin-box input
[type
=text
],
345 .signin-box input[type=password] {
346 -webkit-border-radius: 1px;
347 -webkit-box-sizing: border-box
;
348 background-color: white
;
349 border: 1px solid
#d9d9d9;
350 border-top: 1px solid
#c0c0c0;
352 display: inline-block
;
362 html
[dir
='rtl'] .signin-box input
[type
=text
],
363 html
[dir
='rtl'] .signin-box input
[type
=password
] {
368 .signin-box input
[type
=text
]:hover
,
369 .signin-box input[type=password]:hover {
370 -webkit-box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.1);
371 border-color: #b9b9b9;
372 border-top: 1px solid
#a0a0a0;
375 .signin-box input
[type
=text
]:focus
,
376 .signin-box input[type=password]:focus {
377 -webkit-box-shadow: inset
0 1px 2px rgba
(0, 0, 0, 0.3);
378 border-color: rgb
(77, 144, 254);
382 .signin-box input
[type
=text
][disabled
],
383 .signin-box input[type=password][disabled] {
384 -webkit-box-shadow: none
;
386 border: 1px solid
#e5e5e5;
389 .signin-box input
[type
=text
][disabled
]:hover
,
390 .signin-box input[type=password][disabled]:hover {
391 -webkit-box-shadow: none
;
397 .signin-box .account-link {
398 color: rgb
(17, 85, 204) !important
;
399 text-decoration: none
;
402 .signin-box .account-link:visited {
403 color: rgb
(102, 17, 204) !important
;
404 text-decoration: none
;
407 .signin-box .account-link:hover {
408 text-decoration: underline
;
411 .signin-box .account-link:active {
412 color: rgb
(209, 72, 54) !important
;
413 text-decoration: underline
;
428 /* The help links inside the signin box labels should use a normal font. */
429 .signin-box label a {
433 /* Sign in miscellaneous. */
435 .signin-box .throbber {
439 html
[dir
='rtl'] .signin-box
.throbber
{
443 #create-account-div {
444 display: inline-block
;
447 .signin-box .errormsg {
448 color: rgb
(221, 75, 57) !important
;
449 font-size: 13px !important
;
451 margin: 0.5em 0 1.5em;
454 .signin-box .help-link {
455 -webkit-border-radius: 1em;
456 background: rgb
(221, 75, 57);
457 color: white
!important
;
458 display: inline-block
;
462 text-decoration: none
;
466 .signin-box .help-link:visited {
467 color: white
!important
;
470 .signin-box .help-link:hover {
471 color: white
!important
;