| 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 bf773091384a0eb3bcd2b28853ede27802a8a96a..07c0de4fc07449afdcb9a74436df482839d839c4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| @@ -57,4 +57,11 @@ input.dt-checkbox-themed:after {
|
|
|
| ::content .dt-checkbox-subtitle {
|
| color: gray;
|
| + font-size: 12px;
|
| +}
|
| +
|
| +::content .small-subtitle {
|
| + color: #262626;
|
| + font-size: 13px;
|
| + margin-left: 6px;
|
| }
|
|
|