From 5c6d6f0e740e5760ac3165a48cd21169e610dfcd Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 21 Jul 2016 14:12:14 +0100 Subject: [PATCH] Pull back existing styles and namespace them as the control variant. --- services/web/public/stylesheets/app/editor.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 439264c95f..8113692e51 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -252,6 +252,21 @@ margin-bottom:0px; } +.sl_references_search_hint-varDefault { + position: absolute; + bottom: -22px; + left: -1px; + right: 0px; + text-align: center; + padding: 2px; + background: rgb(202, 214, 250); + border: 1px solid lightgray; + box-shadow: 3px 3px 5px rgba(0,0,0,.2); + span { + color: black; + } +} + .sl_references_search_hint-varButton { position: absolute; bottom: -65px;