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

Unified Diff: chrome/browser/resources/settings/internet_page/tether_connection_dialog.html

Issue 2846763003: MD Settings: Network and bluetooth polish (Closed)
Patch Set: Add button for third party vpn Created 3 years, 8 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/settings/internet_page/tether_connection_dialog.html
diff --git a/chrome/browser/resources/settings/internet_page/tether_connection_dialog.html b/chrome/browser/resources/settings/internet_page/tether_connection_dialog.html
index b42d5012dd3457010a58b27cebdf1c6c56261b6e..8574073a5089051dcb49eba9e26acd7eeaf02ffe 100644
--- a/chrome/browser/resources/settings/internet_page/tether_connection_dialog.html
+++ b/chrome/browser/resources/settings/internet_page/tether_connection_dialog.html
@@ -67,10 +67,10 @@
</ul>
</div>
<div class="button-container">
- <paper-button class="secondary-button" on-tap="onNotNowTap_">
+ <paper-button class="cancel-button" on-tap="onNotNowTap_">
$i18n{tetherConnectionNotNowButton}
</paper-button>
- <paper-button class="primary-button" on-tap="close">
+ <paper-button class="action-button" on-tap="close">
$i18n{tetherConnectionConnectButton}
</paper-button>
</div>

Powered by Google App Engine
This is Rietveld 408576698