| Index: third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| index 56cf8ce51e84ced058fa5fadf2b9fe32f26fe13e..bf773091384a0eb3bcd2b28853ede27802a8a96a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| @@ -54,3 +54,7 @@ input.dt-checkbox-themed:after {
|
| }
|
|
|
| } /* media */
|
| +
|
| +::content .dt-checkbox-subtitle {
|
| + color: gray;
|
| +}
|
|
|