| 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 #login-header-bar { | 5 #login-header-bar { |
| 6 -webkit-padding-start: 15px; | 6 -webkit-padding-start: 15px; |
| 7 border-bottom: 3px solid black; | |
| 8 bottom: 0; | 7 bottom: 0; |
| 9 left: 0; | 8 left: 0; |
| 10 padding-bottom: 7px; | 9 padding-bottom: 6px; |
| 11 position: absolute; | 10 position: absolute; |
| 12 right: 0; | 11 right: 0; |
| 13 } | 12 } |
| 14 | 13 |
| 15 #login-header-bar { | 14 #login-header-bar { |
| 16 /* Using copy of Ash launcher background with 0.8 opacity applied to it. | 15 /* Using copy of Ash launcher background with 0.8 opacity applied to it. |
| 17 Otherwise if opacity: 0.8 is set here it will affect button text as well. | 16 Otherwise if opacity: 0.8 is set here it will affect button text as well. |
| 18 Have to position background differently so that opacity is not applied | 17 Have to position background differently so that opacity is not applied |
| 19 to child elements. */ | 18 to child elements. */ |
| 20 background-image: url(chrome://theme/IDR_LAUNCHER_BACKGROUND); | 19 background-image: url(chrome://theme/IDR_LAUNCHER_BACKGROUND); |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 #login-header-bar #cancel-multiple-sign-in-button { | 141 #login-header-bar #cancel-multiple-sign-in-button { |
| 143 /* TODO(dzhioev): replace with appropriate image when possible. */ | 142 /* TODO(dzhioev): replace with appropriate image when possible. */ |
| 144 background-image: url(chrome://theme/IDR_PANEL_CLOSE); | 143 background-image: url(chrome://theme/IDR_PANEL_CLOSE); |
| 145 } | 144 } |
| 146 | 145 |
| 147 .button-restricted { | 146 .button-restricted { |
| 148 border: 1px solid transparent; | 147 border: 1px solid transparent; |
| 149 color: white !important; | 148 color: white !important; |
| 150 opacity: 0.4 !important; | 149 opacity: 0.4 !important; |
| 151 } | 150 } |
| OLD | NEW |