Changing the border color around content item lists in the admin UI for IE to be a little lighter*

- *to be a little closer to the rendered "border" color (inset shadow) in other browsers

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-26 15:43:08 -07:00
parent fdb7bbb1d7
commit 2344f0fccf

View File

@@ -1,3 +1,3 @@
.contentItems {
border:1px solid #878686;
border:1px solid #D3D2D2;
}