OLD | NEW |
---|---|
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
4 */ | 4 */ |
5 | 5 |
6 #login-header-bar { | 6 #login-header-bar { |
7 -webkit-padding-start: 15px; | 7 -webkit-padding-start: 15px; |
8 border-bottom: 3px solid black; | 8 border-bottom: 3px solid black; |
9 bottom: 0; | 9 bottom: 0; |
10 left: 0; | 10 left: 0; |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
120 #login-header-bar #restart-button { | 120 #login-header-bar #restart-button { |
121 background-image: url(chrome://theme/IDR_ICON_POWER_WHITE); | 121 background-image: url(chrome://theme/IDR_ICON_POWER_WHITE); |
122 } | 122 } |
123 | 123 |
124 #login-header-bar #add-user-button { | 124 #login-header-bar #add-user-button { |
125 background-image: url(chrome://theme/IDR_ICON_ADD_USER_WHITE); | 125 background-image: url(chrome://theme/IDR_ICON_ADD_USER_WHITE); |
126 } | 126 } |
127 | 127 |
128 #login-header-bar #more-settings-button { | 128 #login-header-bar #more-settings-button { |
129 background-image: url(chrome://theme/IDR_ICON_MORE_VERT_WHITE); | 129 background-image: url(chrome://theme/IDR_ICON_MORE_VERT_WHITE); |
130 font-size: 0; | |
Greg Levin
2015/05/16 00:57:01
This seemed like a simple way to allow a i18n-cont
| |
130 } | 131 } |
131 | 132 |
132 #login-header-bar #guest-user-button { | 133 #login-header-bar #guest-user-button { |
133 background-image: url(chrome://theme/IDR_ICON_GUEST_WHITE); | 134 background-image: url(chrome://theme/IDR_ICON_GUEST_WHITE); |
134 } | 135 } |
135 | 136 |
136 #login-header-bar #cancel-multiple-sign-in-button { | 137 #login-header-bar #cancel-multiple-sign-in-button { |
137 /* TODO(dzhioev): replace with appropriate image when possible. */ | 138 /* TODO(dzhioev): replace with appropriate image when possible. */ |
138 background-image: url(chrome://theme/IDR_PANEL_CLOSE); | 139 background-image: url(chrome://theme/IDR_PANEL_CLOSE); |
139 } | 140 } |
140 | 141 |
141 .button-restricted { | 142 .button-restricted { |
142 border: 1px solid transparent; | 143 border: 1px solid transparent; |
143 color: white !important; | 144 color: white !important; |
144 opacity: 0.4 !important; | 145 opacity: 0.4 !important; |
145 } | 146 } |
OLD | NEW |