| Index: Source/devtools/front_end/sources/uiList.css
|
| diff --git a/Source/devtools/front_end/sources/uiList.css b/Source/devtools/front_end/sources/uiList.css
|
| index bab2a8f88f95861ad655462cb63ea0901f008170..0f959b2ce17e8a992b2edc9aff6ea6a859ee7a2b 100644
|
| --- a/Source/devtools/front_end/sources/uiList.css
|
| +++ b/Source/devtools/front_end/sources/uiList.css
|
| @@ -5,7 +5,7 @@
|
| */
|
|
|
| .list-item {
|
| - padding: 3px 8px 4px 8px;
|
| + padding: 2px 8px 3px 8px;
|
| position: relative;
|
| min-height: 18px;
|
| white-space: nowrap;
|
| @@ -16,7 +16,7 @@
|
| }
|
|
|
| .list-item.selected {
|
| - background-color: rgb(212, 212, 212);
|
| + background-color: #dadada;
|
| }
|
|
|
| .list-item.selected > .title {
|
|
|