| Index: ui/webui/resources/cr_elements/v1_0/network/cr_network_list_item.css
|
| diff --git a/ui/webui/resources/cr_elements/v1_0/network/cr_network_list_item.css b/ui/webui/resources/cr_elements/v1_0/network/cr_network_list_item.css
|
| deleted file mode 100644
|
| index 0f1b10f9964788582dc710a5ba6bd1e1409d1b78..0000000000000000000000000000000000000000
|
| --- a/ui/webui/resources/cr_elements/v1_0/network/cr_network_list_item.css
|
| +++ /dev/null
|
| @@ -1,77 +0,0 @@
|
| -/* Copyright 2015 The Chromium Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file. */
|
| -
|
| -:host {
|
| - display: inline-block;
|
| -}
|
| -
|
| -span {
|
| - cursor: pointer;
|
| -}
|
| -
|
| -#divOuter {
|
| - border-style: none;
|
| - display: flex;
|
| - flex-direction: row;
|
| - margin: 0;
|
| - padding: 4px;
|
| -}
|
| -
|
| -#divOuter[is-list-item]:hover {
|
| - background-color: lightgrey;
|
| -}
|
| -
|
| -#divIcon {
|
| - display: flex;
|
| - flex: 0 0 auto;
|
| - flex-direction: column;
|
| - justify-content: center;
|
| -}
|
| -
|
| -#icon {
|
| - height: 32px;
|
| - width: 32px;
|
| -}
|
| -
|
| -#divDetail {
|
| - display: flex;
|
| - flex: 1 0 auto;
|
| - flex-direction: row;
|
| -}
|
| -
|
| -#divText {
|
| - display: flex;
|
| - flex: 1 0 auto;
|
| - flex-direction: column;
|
| - justify-content: center;
|
| -}
|
| -
|
| -#networkName {
|
| - -webkit-margin-start: 8px;
|
| - font-size: 16px;
|
| -}
|
| -
|
| -#networkStateText {
|
| - -webkit-margin-start: 8px;
|
| - color: grey;
|
| - font-size: 14px;
|
| -}
|
| -
|
| -.buttons {
|
| - align-items: center;
|
| - display: flex;
|
| - flex-direction: row;
|
| -}
|
| -
|
| -.buttons paper-icon-button {
|
| - text-align: center;
|
| -}
|
| -
|
| -.known paper-icon-button {
|
| - width: 60px;
|
| -}
|
| -
|
| -.connected {
|
| - font-weight: bold;
|
| -}
|
|
|