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

Unified Diff: chrome/browser/resources/net_internals/main.css

Issue 13725016: about:net-internals: Add support for negative text filters (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix Created 7 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/net_internals/main.css
===================================================================
--- chrome/browser/resources/net_internals/main.css (revision 194509)
+++ chrome/browser/resources/net_internals/main.css (working copy)
@@ -114,5 +114,7 @@
* Styling for elements that show a help window on mouse over.
*/
.mouse-over-help-hover {
+ color: blue;
cursor: help;
+ font-weight: bold;
}
« no previous file with comments | « chrome/browser/resources/net_internals/index.js ('k') | chrome/browser/resources/net_internals/source_filter_parser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698