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

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

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a comment Created 8 years, 10 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/net_internals/status_view.html
diff --git a/chrome/browser/resources/net_internals/status_view.html b/chrome/browser/resources/net_internals/status_view.html
index 6d90cd9e57a1ba8626a81365376c825c5f22572d..15963aafb07a608e783aae87d8c8d4076ba3e5dd 100644
--- a/chrome/browser/resources/net_internals/status_view.html
+++ b/chrome/browser/resources/net_internals/status_view.html
@@ -15,9 +15,9 @@ found in the LICENSE file.
<button id=capture-status-view-reset>Reset</button>
</td>
<td align=right>
- <button id=capture-status-view-clear-cache class=warningText>
+ <button id=capture-status-view-clear-cache class=warning-text>
Clear cache</button>
- <button id=capture-status-view-flush-sockets class=warningText>
+ <button id=capture-status-view-flush-sockets class=warning-text>
Flush sockets</button>
</td>
</tr></table>

Powered by Google App Engine
This is Rietveld 408576698