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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.css

Issue 1006553002: Add third-party VPN support to network details dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_2_460428_add_ash_ui
Patch Set: Addressed comments. Created 5 years, 9 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/internet_detail.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/internet_detail.css
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.css b/chrome/browser/resources/options/chromeos/internet_detail.css
index a027a56259f663ead604d15662a821d99e13e3ca..1528bc087811157078402ae56c70d9f1c02cf541 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail.css
+++ b/chrome/browser/resources/options/chromeos/internet_detail.css
@@ -53,6 +53,14 @@
padding: 4px;
}
+#vpn-tab.third-party-vpn-provider tr.built-in-vpn-provider-only {
+ display: none;
+}
+
+#vpn-tab:not(.third-party-vpn-provider) tr.third-party-vpn-provider-only {
+ display: none;
+}
+
#ip-config-list {
min-height: 96px !important;
}
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/internet_detail.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698