1 /* Copyright 2013 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.
6 /* Overrides of styles in chrome/browser/resources/chromeos/login/header_bar.js
7 * that are needed by the desktop user chooser screen
10 background-color: white
;
11 border-top: 1px solid
#e2e2e2;
20 .header-bar-item:first-child {
21 -webkit-padding-start: 16px;
25 display: inline-block
;
29 html
[dir
=rtl
] .header-bar-item
{
30 background-color: white
;
31 background-position: right center
;
34 html
[dir
=rtl
] #login-header-bar button
{
35 background-position: right center
;
38 #login-header-bar #add-user
-button
{
39 background-image: url
(../../../../ui/webui/resources/images/add_box.svg);
42 #login-header-bar #guest-user-button
{
43 background-image: url
(../../../../ui/webui/resources/images/account_box.svg);
44 border-right: 1px solid
#e2e2e2;
48 html
[dir
=rtl
] #login-header-bar #guest-user-button
{
49 border-left: 1px solid
#e2e2e2;
53 #login-header-bar button
{
54 -webkit-padding-start: 24px;
55 background-color: white
;
56 background-position: left center
;
57 background-repeat: no-repeat
;
58 background-size: 18px;
66 #login-header-bar button:active
,
67 #login-header-bar button:focus
,
68 #login-header-bar button:hover
{
72 #login-header-bar button:focus
{
73 text-decoration: underline
;
77 content: -webkit-image-set
(
78 url
(../../../app
/theme
/default_100_percent
/%DISTRIBUTION
%/product_logo_name_48
.png
) 1x,
79 url
(../../../app
/theme
/default_200_percent
/%DISTRIBUTION
%/product_logo_name_48
.png
) 2x);