FAQ: How to highlight locked records in list view
## Answer
Use "「Style」".
---
## Overview
If you want to highlight records that are locked by the "「Lock Record」" function on the list screen, set "「Style」".
## Preparation
1. Open Manage table.
1. Open the Style tab.
1. Click New, enter a title, and enter the following CSS.
1. Set the output destination to List, and click the Add button.
1. Click the Update button.
1. Confirm that the record is highlighted on the list screen.

## Sample Code
##### CSS
```
[data-locked="1"] {
background-color: pink;
}
```
## Related Information
<div id="ManualList">
<article class="s-blog_list_unit"><h2>
<h2>The specified information was not found.</h2>
<p><a href="/ja/manual">Return to top</a></p>
</article>
</div><input id="SearchTextHidden" type="hidden" value="" />