From 2901d12eaa1c548067446e7e2c12d14628697ff3 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Fri, 12 Feb 2016 16:24:35 +0000 Subject: [PATCH] update styles for search modal. --- services/web/public/stylesheets/app/editor.less | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 610e1b4c30..4a4db5deb0 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -255,10 +255,20 @@ width: 14%; } } + .alert-danger { + margin-top: 12px; + margin-bottom: 0px; + } .search-results { margin-top: 14px; font-size: 12px; + .no-results-message { + font-size: 16px; + } .search-result-hit { + &:hover { + cursor: pointer; + } border-bottom: 1px solid #ddd; padding: 8px; &:last-child { @@ -266,7 +276,9 @@ } border-left: 4px solid transparent; &.selected-search-result-hit { - border-left: 4px solid @red; + //border-left: 4px solid @red; + background-color: @red; + color: white; } .hit-title { font-size: 1.3em;