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='policy'] > div {
20 background-image: url
(chrome://theme
/IDR_CONTROLLED_SETTING_MANDATORY
);
23 .controlled-setting-indicator[controlled-by='owner'] > div {
24 background-image: url
(chrome://theme
/IDR_CONTROLLED_SETTING_OWNER
);
27 .controlled-setting-indicator[controlled-by='extension'] > div {
28 background-image: url
(chrome://theme
/IDR_CONTROLLED_SETTING_EXTENSION
);
31 .controlled-setting-indicator[controlled-by='shared'] > div {
32 background-image: url
(chrome://theme
/IDR_CONTROLLED_SETTING_SHARED
);
35 .controlled-setting-indicator:-webkit-any
([controlled-by
='recommended'],
36 [controlled-by
='hasRecommendation']) > div
{
37 background-image: url
(chrome://theme
/IDR_CONTROLLED_SETTING_MANDATORY
);
40 .controlled-setting-bubble-action {
41 padding: 0 !important
;
44 .controlled-setting-bubble-header {
48 .controlled-setting-bubble-content-row {
53 .controlled-setting-bubble-extension-name {
54 -webkit-padding-start: 30px;
55 background-repeat: no-repeat
;
62 text-overflow: ellipsis
;
68 html
[dir
='rtl'] .controlled-setting-bubble-extension-name
{
69 background-position: right top
;
72 .controlled-setting-bubble-extension-manage-link {
79 .controlled-setting-bubble-extension-disable-button {
85 html
[dir
='rtl'] .controlled-setting-bubble-extension-disable-button
{