X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebInspectorUI%2FUserInterface%2FViews%2FBreakpointActionView.css;h=cf55d69a3f5e3cbfaf287c007f41d719731cb79f;hp=7b7e09963969e656dd0aab904155aa35d671dcdd;hb=c7307c05e4c25e84e3aac91b9edf94a81254cd3d;hpb=2946c794e857da8663300a340807cb9d8acebf52 diff --git a/Source/WebInspectorUI/UserInterface/Views/BreakpointActionView.css b/Source/WebInspectorUI/UserInterface/Views/BreakpointActionView.css index 7b7e099..cf55d69 100644 --- a/Source/WebInspectorUI/UserInterface/Views/BreakpointActionView.css +++ b/Source/WebInspectorUI/UserInterface/Views/BreakpointActionView.css @@ -61,6 +61,13 @@ box-shadow: inset 0 0 2px hsl(0, 0%, 78%); } +.breakpoint-action-block-body > .description { + color: var(--text-color-gray-medium); + text-align: right; + margin-top: 6px; + margin-right: 2px; +} + .breakpoint-action-block-body > input { width: 100%; }