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

Unified Diff: chrome/browser/resources/net_internals/export_view.html

Issue 2544263002: Disable save-to-file button until there is some text (Closed)
Patch Set: Created 4 years 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 | « no previous file | chrome/browser/resources/net_internals/export_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/export_view.html
diff --git a/chrome/browser/resources/net_internals/export_view.html b/chrome/browser/resources/net_internals/export_view.html
index 0bc8be362a9ca17ea32f57302175655e193341ad..92dc0818a9bc46bedc175102afc7db6ddd8e2237 100644
--- a/chrome/browser/resources/net_internals/export_view.html
+++ b/chrome/browser/resources/net_internals/export_view.html
@@ -1,13 +1,9 @@
<style>
-.export-view-explanation-warning {
- border: 2px solid #e00;
-}
-
#export-view-privacy-warning {
+ border: 1px solid rgb(238, 0, 0);
+ color: rgb(238, 0, 0);
padding: 5px;
- color: #e00;
- border: 1px solid #e00;
}
#export-view-save-log-file {
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/export_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698