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: -webkit-image-set
(
40 url
(chrome://theme
/IDR_ICON_PROFILES_ADD_USER
) 1x,
41 url
(chrome://theme
/IDR_ICON_PROFILES_ADD_USER@
2x) 2x);
44 #login-header-bar #guest-user-button
{
45 background-image: -webkit-image-set
(
46 url
(chrome://theme
/IDR_ICON_PROFILES_BROWSE_GUEST
) 1x,
47 url
(chrome://theme
/IDR_ICON_PROFILES_BROWSE_GUEST@
2x) 2x);
48 border-right: 1px solid
#e2e2e2;
52 html
[dir
=rtl
] #login-header-bar #guest-user-button
{
53 border-left: 1px solid
#e2e2e2;
57 #login-header-bar button
{
58 -webkit-padding-start: 24px;
59 background-color: white
;
60 background-position: left center
;
61 background-repeat: no-repeat
;
69 #login-header-bar button:active
,
70 #login-header-bar button:focus
,
71 #login-header-bar button:hover
{
75 #login-header-bar button:focus
{
76 text-decoration: underline
;
80 content: -webkit-image-set
(
81 url
(../../../app
/theme
/%DISTRIBUTION
%/product_logo_name_48
.png
) 1x,
82 url
(../../../app
/theme
/%DISTRIBUTION
%/product_logo_name_96
.png
) 2x);