dorea I have an actual solution, that is mostly a small CSS hack.
You could use some CSS in the admin panel :
.PostStream-item[data-index="0"]{
background:red;
}
I believe that data-index for the first post will always be 0. But hey it works
Edit : With a more clean example :
.PostStream-item[data-index="0"]{
box-shadow: inset 5px 0px 0px #E7672E;
padding-left: 20px;
}
Sample : http://i.imgur.com/dLiY31A.jpg