FAQ: How to highlight locked records in list view
## Answer
Use "[Style](/en/manual/table-management-style)".
---
## Overview
If you want to highlight records that are locked by the "[Lock Record](/en/manual/table-record-lock)" function on the list screen, set "[Style](/en/manual/table-management-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.
![image](https://pleasanter.org/binaries/f663d9142af94e4fac76b90c6691e643)
## Sample Code
##### CSS
```
[data-locked="1"] {
background-color: pink;
}
```
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/table-record-lock">Table Function: Lock Record</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-style">Table Management: Style</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />