| Index: third_party/WebKit/Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js b/third_party/WebKit/Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js
|
| index a72bfd46f0d6da005ea85b8da1b8be5f6d8860ce..07c6b5f4f12f66fa18c97461cf8bc8731aea0fac 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js
|
| @@ -42,7 +42,7 @@ WebInspector.BreakpointsSidebarPaneBase = function(title)
|
| this.listElement.className = "breakpoint-list";
|
|
|
| this.emptyElement = createElement("div");
|
| - this.emptyElement.className = "info";
|
| + this.emptyElement.className = "gray-info-message";
|
| this.emptyElement.textContent = WebInspector.UIString("No Breakpoints");
|
|
|
| this.element.appendChild(this.emptyElement);
|
|
|