| 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..5d876fe0fe97f8f1bf2e4071ad3d763afcf1d493 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| @@ -55,6 +55,10 @@ input.dt-checkbox-themed:after {
|
|
|
| } /* media */
|
|
|
| +::content .dt-checkbox-text {
|
| + margin-left: 3px;
|
| +}
|
| +
|
| ::content .dt-checkbox-subtitle {
|
| color: gray;
|
| }
|
|
|