OLD | NEW |
---|---|
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 * This is the stylesheet used by user pods row of account picker UI. | 5 * This is the stylesheet used by user pods row of account picker UI. |
6 */ | 6 */ |
7 | 7 |
8 podrow { | 8 podrow { |
9 /* Temporarily disabled because animation interferes with updating screen's | 9 /* Temporarily disabled because animation interferes with updating screen's |
10 size. */ | 10 size. */ |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
245 | 245 |
246 .action-box-area:focus, | 246 .action-box-area:focus, |
247 .action-box-area.hovered, | 247 .action-box-area.hovered, |
248 .action-box-area.active { | 248 .action-box-area.active { |
249 opacity: 1; | 249 opacity: 1; |
250 } | 250 } |
251 | 251 |
252 .action-box-button { | 252 .action-box-button { |
253 background-color: transparent; | 253 background-color: transparent; |
254 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_NORMAL'); | 254 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_NORMAL'); |
255 border: 0 !important; | 255 border: 0; |
Nikita (slow)
2014/06/16 15:28:10
I thought that this change may break something in
noms (inactive)
2014/06/16 18:10:56
Yeah, I don't know why it was there (I couldn't fi
| |
256 height: 13px; | 256 height: 13px; |
257 margin: 5px; | 257 margin: 5px; |
258 padding: 0; | 258 padding: 0; |
259 width: 13px; | 259 width: 13px; |
260 } | 260 } |
261 | 261 |
262 .user-type-icon-area { | 262 .user-type-icon-area { |
263 background-color: white; | 263 background-color: white; |
264 border-radius: 2px; | 264 border-radius: 2px; |
265 box-shadow: none; | 265 box-shadow: none; |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
588 .pod.public-account.expanded .name, | 588 .pod.public-account.expanded .name, |
589 .pod.public-account.expanded .learn-more { | 589 .pod.public-account.expanded .learn-more { |
590 display: none; | 590 display: none; |
591 } | 591 } |
592 | 592 |
593 .pod.public-account.expanded .side-pane-divider, | 593 .pod.public-account.expanded .side-pane-divider, |
594 .pod.public-account.expanded .side-pane-container, | 594 .pod.public-account.expanded .side-pane-container, |
595 .pod.public-account.animating .side-pane-container { | 595 .pod.public-account.animating .side-pane-container { |
596 visibility: inherit; | 596 visibility: inherit; |
597 } | 597 } |
OLD | NEW |