Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2489)

Unified Diff: chrome/browser/resources/chromeos/network_menu.css

Issue 588363002: WebUI: Update some more uses of the old-style i18ntemplate/LocalStrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IDS_CANCEL change is in a different cl Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/network_menu.css
diff --git a/chrome/browser/resources/chromeos/network_menu.css b/chrome/browser/resources/chromeos/network_menu.css
deleted file mode 100644
index ced8e74084a411478e520c9697fd466ed602a566..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/network_menu.css
+++ /dev/null
@@ -1,54 +0,0 @@
-/* Copyright (c) 2012 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.
- */
-
-input:invalid {
- background-color: rgb(255, 102, 102);
-}
-
-.left-icon {
- background-position: 4px top !important;
-}
-
-.network-menu-item {
- width: 100%;
-}
-
-.network-label-icon {
- -webkit-box-align: center;
- display: -webkit-box;
- min-height: 24px;
-}
-
-.network-label {
- -webkit-box-flex: 1;
-}
-
-.network-icon {
- background-position: 50% 50%;
- background-repeat: no-repeat;
- height: 24px;
- width: 24px;
-}
-
-.network-status {
- color: grey;
-}
-
-.spinner {
- -webkit-animation-duration: 2s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-name: spin;
- -webkit-animation-timing-function: linear;
- background-image: -webkit-canvas(spinner-circle);
-}
-
-@-webkit-keyframes spin {
- from {
- -webkit-transform: rotate(0);
- }
- to {
- -webkit-transform: rotate(360deg);
- }
-}
« no previous file with comments | « chrome/browser/resources/chromeos/mobile_setup_portal.js ('k') | chrome/browser/resources/chromeos/network_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698