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.
7 -webkit-padding-start: 15px;
8 border-bottom: 3px solid black
;
17 /* Using copy of Ash launcher background with 0.8 opacity applied to it.
18 Otherwise if opacity: 0.8 is set here it will affect button text as well.
19 Have to position background differently so that opacity is not applied
21 background-image: url
(chrome://theme
/IDR_LAUNCHER_BACKGROUND
);
25 html
[screen
=lock
] .login-header-bar-hidden
,
26 html
[screen
=oobe
] .login-header-bar-hidden
{
30 html
[screen
=lock
] .login-header-bar-animate-fast
,
31 html
[screen
=oobe
] .login-header-bar-animate-fast
{
32 -webkit-transition: opacity
200ms ease-out
;
35 html
[screen
=lock
] .login-header-bar-animate-slow
,
36 html
[screen
=oobe
] .login-header-bar-animate-slow
{
37 -webkit-transition: opacity
2s ease-out
;
40 #login-header-bar button
,
41 #login-header-bar button:active
,
42 #login-header-bar button:focus
,
43 #login-header-bar button:hover
{
44 background: transparent none
;
52 vertical-align: middle
;
55 #login-header-bar button:not
(.button-restricted
),
56 #login-header-bar button:active:not
(.button-restricted
),
57 #login-header-bar button:focus:not
(.button-restricted
),
58 #login-header-bar button:hover:not
(.button-restricted
) {
59 color: white
!important
;
60 opacity: 1 !important
;
64 display: inline-block
;
68 .add-supervised-user-menu {
72 #more-settings-header-bar-item.active button
.add-supervised-user-menu
{
73 background-color: white
;
74 border: 1px solid lightgray
;
77 color: black
!important
;
82 margin: 0 0 -10px -10px;
89 html
[dir
=rtl
] #more-settings-header-bar-item
.active
90 button
.add-supervised-user-menu
{
94 html
[dir
=rtl
] .header-bar-item
{
95 background-position: right center
;
98 #login-header-bar #shutdown-button
,
99 #login-header-bar #restart-button
,
100 #login-header-bar #add-user
-button
,
101 #login-header-bar #guest-user-button
,
102 #login-header-bar #more-settings-button
,
103 #login-header-bar #cancel-multiple-sign-in-button
{
104 -webkit-padding-start: 24px;
105 background-position: left center
;
106 background-repeat: no-repeat
;
107 background-size: 24px;
110 html
[dir
=rtl
] #login-header-bar #shutdown-button
,
111 html
[dir
=rtl
] #login-header-bar #restart-button
,
112 html
[dir
=rtl
] #login-header-bar
#add-user
-button
,
113 html
[dir
=rtl
] #login-header-bar #more-settings-button
,
114 html
[dir
=rtl
] #login-header-bar #guest-user-button
,
115 html
[dir
=rtl
] #login-header-bar #cancel-multiple-sign-in-button
{
116 background-position: right center
;
119 #login-header-bar #more-settings-header-bar-item
{
123 #login-header-bar #shutdown-button
{
124 background-image: url
(chrome://theme
/IDR_ICON_POWER_WHITE
);
127 #login-header-bar #restart-button
{
128 background-image: url
(chrome://theme
/IDR_ICON_POWER_WHITE
);
131 #login-header-bar #add-user
-button
{
132 background-image: url
(chrome://theme
/IDR_ICON_ADD_USER_WHITE
);
135 #login-header-bar #more-settings-button
{
136 background-image: url
(chrome://theme
/IDR_ICON_MORE_VERT_WHITE
);
139 #login-header-bar #guest-user-button
{
140 background-image: url
(chrome://theme
/IDR_ICON_GUEST_WHITE
);
143 #login-header-bar #cancel-multiple-sign-in-button
{
144 /* TODO(dzhioev): replace with appropriate image when possible. */
145 background-image: url
(chrome://theme
/IDR_PANEL_CLOSE
);
149 border: 1px solid transparent
;
150 color: white
!important
;
151 opacity: 0.4 !important
;