| Index: Source/devtools/front_end/helpScreen.css
|
| diff --git a/Source/devtools/front_end/helpScreen.css b/Source/devtools/front_end/helpScreen.css
|
| index 357f517bcb79fba5cf25713ea8403daaa42dee9c..fa2196bf81b376ec63e3575af3b92143686cc1d2 100644
|
| --- a/Source/devtools/front_end/helpScreen.css
|
| +++ b/Source/devtools/front_end/helpScreen.css
|
| @@ -638,6 +638,11 @@ select.list-column-editor {
|
| width: 100%;
|
| }
|
|
|
| +.settings-tab .settings-list .settings-list-item.disabled .settings-list-column-pattern .list-column-text {
|
| + color: #666;
|
| + text-decoration: line-through;
|
| +}
|
| +
|
| .settings-dialog {
|
| border-radius: 3px;
|
| box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
|
|
|