From 1dc62bdeca1282766f3b71edc1344c5b0d44d332 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Wed, 10 Feb 2016 16:37:11 +0000 Subject: [PATCH] styling for search results in references search modal --- services/web/public/stylesheets/app/editor.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index d9547fe320..17538f029e 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -243,6 +243,9 @@ margin-bottom:0px; } +.references-search-modal-backdrop { + background-color: transparent; +} .references-search-modal { .search-form { input { @@ -254,12 +257,16 @@ } .search-results { margin-top: 14px; - .hit { + .search-result-hit { border-bottom: 1px solid #ddd; padding: 15px; &:last-child { border-bottom: 1px solid transparent; } + .hit-title { + font-size: 1.3em; + font-weight: bold; + } } } } \ No newline at end of file