From ac57fb780744aac069c9a14a973d866b63e22f67 Mon Sep 17 00:00:00 2001 From: saman bb Date: Tue, 19 Mar 2013 01:50:17 -0400 Subject: [PATCH] visual representation of category. --- css/app.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/app.css b/css/app.css index bfd211278..5a0f3222f 100644 --- a/css/app.css +++ b/css/app.css @@ -771,6 +771,21 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} border-color: #7092ff; } +.category .grid-entry:after, +.category .grid-entry:before { + content: ""; + position: absolute; + top: 7px; + width: 100%; + border-top: 1px solid #ccc; + border-radius: 6px; + height: 6px; +} + +.category .grid-entry:before { + top: 3px; +} + .preset-grid-search-wrap { height: 60px; border-bottom: 1px solid #ccc;