1 /* Copyright 2013 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. */
5 /* Controlled setting indicator and bubble. */
7 .controlled-setting-with-label input:disabled + span {
11 .controlled-setting-indicator {
12 -webkit-margin-end: 0.3em;
15 .controlled-setting-indicator:not([controlled-by]) {
19 .controlled-setting-indicator[controlled-by] > div {
20 background-position: 50%;
21 background-size: 18px;
24 .controlled-setting-indicator:-webkit-any
([controlled-by
='recommended'],
25 [controlled-by
='hasRecommendation']) > div
,
26 .controlled-setting-indicator[controlled-by='policy'] > div {
27 background-image: url
(../images/business.svg);
30 .controlled-setting-indicator[controlled-by='owner'] > div {
31 background-image: url
(../images/account_circle.svg);
34 .controlled-setting-indicator[controlled-by='extension'] > div {
35 background-image: url
(../images/extension.svg);
39 .controlled-setting-indicator[controlled-by='shared'] > div {
40 background-image: url
(../images/group.svg);
44 .controlled-setting-indicator[controlled-by='child-custodian'] > div {
45 background-image: url
(../images/account_child_invert.svg);
48 .controlled-setting-indicator[controlled-by='supervised-user-custodian'] > div {
49 background-image: url
(../images/supervisor_account.svg);
52 .controlled-setting-bubble-action {
53 padding: 0 !important
;
56 .controlled-setting-bubble-header {
60 .controlled-setting-bubble-content-row {
65 .controlled-setting-bubble-extension-name {
66 -webkit-padding-start: 30px;
67 background-repeat: no-repeat
;
74 text-overflow: ellipsis
;
80 html
[dir
='rtl'] .controlled-setting-bubble-extension-name
{
81 background-position: right top
;
84 .controlled-setting-bubble-extension-manage-link {
91 .controlled-setting-bubble-extension-disable-button {
97 html
[dir
='rtl'] .controlled-setting-bubble-extension-disable-button
{