| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 } | 293 } |
| 294 | 294 |
| 295 .user-type-icon-area.policy .user-type-icon-image { | 295 .user-type-icon-area.policy .user-type-icon-image { |
| 296 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY'); | 296 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY'); |
| 297 } | 297 } |
| 298 | 298 |
| 299 .user-type-icon-area.app .user-type-icon-image { | 299 .user-type-icon-area.app .user-type-icon-image { |
| 300 background-image: url('chrome://theme/IDR_KIOSK_APP_USER_POD_ICON'); | 300 background-image: url('chrome://theme/IDR_KIOSK_APP_USER_POD_ICON'); |
| 301 } | 301 } |
| 302 | 302 |
| 303 .bubble-shown, |
| 303 .user-type-icon-area.policy:hover ~ .user-type-bubble { | 304 .user-type-icon-area.policy:hover ~ .user-type-bubble { |
| 304 opacity: 1; | 305 opacity: 1; |
| 305 visibility: visible; | 306 visibility: visible; |
| 306 } | 307 } |
| 307 | 308 |
| 308 .user-type-bubble { | 309 .user-type-bubble { |
| 309 -webkit-transition: all 100ms ease-in-out; | 310 -webkit-transition: all 100ms ease-in-out; |
| 310 background-color: white; | 311 background-color: white; |
| 311 border: 1px solid lightgray; | 312 border: 1px solid lightgray; |
| 312 border-radius: 2px; | 313 border-radius: 2px; |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 .pod.public-account.expanded .name, | 589 .pod.public-account.expanded .name, |
| 589 .pod.public-account.expanded .learn-more { | 590 .pod.public-account.expanded .learn-more { |
| 590 display: none; | 591 display: none; |
| 591 } | 592 } |
| 592 | 593 |
| 593 .pod.public-account.expanded .side-pane-divider, | 594 .pod.public-account.expanded .side-pane-divider, |
| 594 .pod.public-account.expanded .side-pane-container, | 595 .pod.public-account.expanded .side-pane-container, |
| 595 .pod.public-account.animating .side-pane-container { | 596 .pod.public-account.animating .side-pane-container { |
| 596 visibility: inherit; | 597 visibility: inherit; |
| 597 } | 598 } |
| OLD | NEW |