From c9bca0e093e6e1b272b7756ad057018e2b5a5701 Mon Sep 17 00:00:00 2001 From: saman bb Date: Tue, 19 Mar 2013 02:07:48 -0400 Subject: [PATCH] more consistent preset highlighting. --- css/app.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 5a0f3222f..9d19274ef 100644 --- a/css/app.css +++ b/css/app.css @@ -768,7 +768,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} .current .grid-entry, .current .grid-entry .label { - border-color: #7092ff; + background-color: #eef0ff; } .category .grid-entry:after, @@ -877,9 +877,13 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} .tag-wrap .grid-button-wrap .grid-entry { border-top: 0; - background: #f6f6f6; + background: #eef0ff; } +.tag-wrap .grid-button-wrap .grid-entry .label { + background: #eef0ff; + } + .inspector-body .name { height: 110px; border-bottom: 1px solid #ccc;