| /* Copyright 2022 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| |
| /* #css_wrapper_metadata_start |
| * #type=style |
| * #import=chrome://resources/cr_elements/cr_shared_vars.css.js |
| * #css_wrapper_metadata_end */ |
| |
| cr-icon-button.icon-add-circle { |
| --cr-icon-button-fill-color: var(--cros-button-icon-color-secondary); |
| --cr-icon-image: url(chrome://os-settings/images/icon_add_circle.svg); |
| } |
| cr-icon-button.icon-add-wifi { |
| --cr-icon-button-fill-color: var(--cros-button-icon-color-secondary); |
| --cr-icon-image: url(chrome://os-settings/images/icon_add_wifi.svg); |
| } |
| cr-icon-button.icon-pair-bluetooth { |
| --cr-icon-button-fill-color: var(--cros-button-icon-color-secondary); |
| --cr-icon-image: url(chrome://os-settings/images/icon_pair_bluetooth.svg); |
| } |
| cr-icon-button.icon-add-cellular { |
| --cr-icon-button-fill-color: var(--cros-button-icon-color-secondary); |
| --cr-icon-image: url(chrome://os-settings/images/icon_add_cellular.svg); |
| } |